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": "3f854417-1707-4c61-a8a1-021735dd063b",
"idMail": "c4fc15d0-54d8-4c0d-bb84-ec1aa6a63fe3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.