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": "597b9cc2-d318-4ee0-ade3-c481ecb28d80",
"idTipoTelefono": "fab552e2-a14a-440b-a742-ceaedd9ca522",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"nomTipoTelefono": "sample string 5"
}