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": "9454115c-7bf9-4403-8e51-7fa131228726",
"idMail": "4c6626d6-ad8c-4563-bfba-45b08fba891b"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true