POST api/GetRel_PersonaTelefono_idPersona?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | 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": "80b7191e-a45a-41b1-9c55-08af4ec91972",
"idTipoTelefono": "12f4692b-7282-4f05-8ebf-2a51f71b0f1f",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"nomTipoTelefono": "sample string 5"
}