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": "e818999c-02f8-40b9-8cce-c78a1ea3d654",
"idMail": "210ee62c-b6e2-413a-8706-5376f5e099b3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.