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": "b5192d41-21a7-4af7-ac10-f23b23246bc0",
"idTelefono": "f753ab33-ebe0-46f6-9dd1-77ecd01143d7"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.