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": "353c6b05-7fec-41fc-bba1-0dbc35c7d763",
    "idMail": "faf747a4-ec75-4f6a-9fec-28cea768ddd0"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true