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": "ab109f2e-5f24-46e9-a0cf-bdb0ae69d6e3",
"idTipoTelefono": "72cdb17b-da63-4ef9-86d8-ed6c4b378306",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"nomTipoTelefono": "sample string 5"
}