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": "c9c21e78-ffcc-4301-a3c4-36069b958604",
"idTipoTelefono": "1cb2a78b-b542-4249-ae19-2e9c89ff875d",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"nomTipoTelefono": "sample string 5"
}