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": "4661f754-2090-4e44-a7de-2dbec29c947b",
"idMail": "bcb34050-34ac-497c-823c-6ce1b4e61373"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.