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": "9728fc3a-45bf-4e86-a593-6abf85fb53c1",
"idCliente": "53204d6b-263f-41f6-85b4-15e78ec9f673",
"nomCliente": "sample string 3",
"idFilial": "28b827c3-3184-4aed-903c-4363fcad5b16",
"nomFilial": "sample string 5",
"NumEmpleado": "sample string 6",
"idAplicacion": "sample string 7",
"idFam": "sample string 8",
"idParentesco": "ec7bf0fe-8307-4a92-ad36-493f1d5b7406",
"nomParentesco": "sample string 10"
}