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": "615b3667-daa8-4efe-b2f9-245c69483097",
"idContacto": "b5cf6e2d-86a3-42e4-ab9c-e091fb3a07dd",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5"
}