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": "b01a5068-d53c-478f-a41f-d56b8d0fe950",
"idTipoMail": "95008b23-2fe3-4488-a158-0956aea71c3b",
"mail": "sample string 3",
"nomTipoMail": "sample string 4"
}