POST api/GetRel_ContactoTelefono_idContacto?idContacto={idContacto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Telefono| Name | Description | Type | Additional information |
|---|---|---|---|
| idTelefono | globally unique identifier |
None. |
|
| idTipoTelefono | globally unique identifier |
None. |
|
| numTelefono | string |
None. |
|
| numExtension | string |
None. |
|
| nomTipoTelefono | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idTelefono": "f1e885b9-90f4-49ae-ade2-23bb2f0e2f25",
"idTipoTelefono": "3cd1b1af-1502-48ee-a285-4f3723971fa8",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"nomTipoTelefono": "sample string 5"
}