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": "ca2ccaef-e4c3-4a5b-bbdb-c316651e60de",
    "idMail": "22ba88c6-5aac-4885-b917-6db365c30a8e"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true