POST api/PostRel_Persona_Mail
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Persona_Mail| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idMail | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPersona": "4b38c231-2d96-488b-878e-3bfc0c47637a",
"idMail": "8e143887-e06a-4618-912f-f184cabe64d1"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.