POST api/PostRel_ContactoMail

Request Information

URI Parameters

None.

Body Parameters

Collection of TB_rel_ContactoMail
NameDescriptionTypeAdditional information
idContacto

globally unique identifier

None.

idMail

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idContacto": "8a7eda61-75d2-452d-b442-933c8707a2cd",
    "idMail": "1016e860-b511-49bc-a873-d437ff6059cd"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.