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": "bfd52e3d-12c2-465e-a852-522fec783a7b",
    "idMail": "b26d6fbc-7809-43c3-8bf5-2d28a707e73c"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true