POST api/PostRelMailBulk
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": "b1eac83a-b168-44e2-9f0c-3ca8e66370e2",
"idMail": "91a1fa87-8695-45f0-a076-31954661b177"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true