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": "bcd5383f-d5d9-41ad-9370-cfedb5255c7c",
"idTelefono": "4e74f368-3ef9-4cb1-b5a5-a7287a28f86e"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.