POST api/PostRel_ContactoMail
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_ContactoMail| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
None. |
|
| idMail | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idContacto": "7fe480d9-b748-4ce2-8b9d-859409cf8cfe",
"idMail": "52a9213c-82ec-45a8-be8d-f67f0b6a1840"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.