POST api/GetContacto_x_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_rel_Persona_Contacto| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "7858cfed-9194-41e0-a733-bbc1f8bcd273",
"idContacto": "44bf5227-8913-498f-9c5d-629c0603acdc",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5"
}