GET api/PostRel_ContactoTelefono
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_ContactoTelefono| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
None. |
|
| idTelefono | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idContacto": "6e1f8f07-d4c2-4102-801f-7c47a9714274",
"idTelefono": "3875aa4c-8f8d-4e1c-8969-66e1d6f5b38b"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.