POST api/GetMailContactoSucursales?idContacto={idContacto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_MailContactoSucursales| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| string |
None. |
||
| idTipoMail | globally unique identifier |
None. |
|
| nomTipoMail | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idSucursal": "e0b0124e-eb9c-4772-b772-ed49979fe0af",
"idContacto": "89a17371-1e6f-45e8-9d82-0ea3c08d40d8",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"mail": "sample string 6",
"idTipoMail": "fe5c1ffb-c593-48f7-a5b0-7d3741c17dcd",
"nomTipoMail": "sample string 8"
}