POST api/GetRel_ContactoMail_idContacto?idContacto={idContacto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Mail| Name | Description | Type | Additional information |
|---|---|---|---|
| idMail | globally unique identifier |
None. |
|
| idTipoMail | globally unique identifier |
None. |
|
| string |
None. |
||
| nomTipoMail | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idMail": "95ad0763-37cd-46c6-b492-24bd80ceb6d8",
"idTipoMail": "f663358c-047e-45a8-984f-da2b15f774b5",
"mail": "sample string 3",
"nomTipoMail": "sample string 4"
}