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": "caa99c80-e389-485e-ab0a-ff29da00a228",
"idMail": "3d6b705c-34c0-49ed-9533-3a65407c3f0f"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.