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": "393b3287-5d76-41f3-a6f5-a5d82f1ab10b",
"idMail": "bf6942b7-e63a-4169-b946-82f9e1a837b3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.