POST api/GetDatosEmpresa_Identificacion_Beneficiario?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosEmpresaIdentificacionBeneficiario| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomCliente | string |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| nomFilial | string |
None. |
|
| NumEmpleado | string |
None. |
|
| idAplicacion | string |
None. |
|
| idFam | string |
None. |
|
| idParentesco | globally unique identifier |
None. |
|
| nomParentesco | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "fcf39a7e-0517-46b5-93fd-005e304ae85d",
"idCliente": "6d7c793b-b03c-440f-b099-8f625329c01b",
"nomCliente": "sample string 3",
"idFilial": "b24ef53e-33b6-4783-ab0e-0680a90caec7",
"nomFilial": "sample string 5",
"NumEmpleado": "sample string 6",
"idAplicacion": "sample string 7",
"idFam": "sample string 8",
"idParentesco": "13766397-51df-40cc-8dfb-e84234e3448d",
"nomParentesco": "sample string 10"
}