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": "6593f4c3-397f-435e-85e2-067a1784ae6b",
"idTelefono": "b1da5001-0a14-41ed-961f-04229329e9a3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.