POST api/PostRelMailBulk

Request Information

URI Parameters

None.

Body Parameters

Collection of TB_rel_Persona_Mail
NameDescriptionTypeAdditional information
idPersona

globally unique identifier

None.

idMail

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idPersona": "5c9f8219-66fe-406b-bdaf-3c368f8fe97f",
    "idMail": "11b14ce5-d2d4-4c81-92fc-4f1714e2ac35"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true