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": "b413c460-ab01-45e9-be55-24d17f3b9921",
    "idMail": "502d96f9-6c39-4d86-8be0-cb480c8ef655"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.