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": "5c62380e-1e0d-46a9-9df5-fa9ea6e5cae4",
"idTelefono": "f3b0dbd0-4d07-48c5-9c2f-e3aaefc4c4de"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.