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": "c9b2d3ed-6131-4889-8e2d-5c39f6140a99",
    "idMail": "ddbd752f-cc33-4226-ae60-7384aac65924"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true