POST api/GetRel_PersonaMail_idPersona?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | 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": "15c93378-3daf-4fda-b77c-d7a69d2c96c4",
"idTipoMail": "65589a10-7fed-4ad6-a708-0bd3e42e076a",
"mail": "sample string 3",
"nomTipoMail": "sample string 4"
}