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": "20e7f78e-0022-4438-9ae8-3ac749a68fba",
"idMail": "6ddcc27d-25a1-4117-9d60-021b61e7bfd7"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.