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": "89b5cdb8-3a10-4930-96cc-37a350466f2a",
"idCliente": "319654fe-36b5-40b6-b9ab-ebe7ff11d4c2",
"nomCliente": "sample string 3",
"idFilial": "f36496d3-f3e1-4859-aaa3-7f365a9ef40b",
"nomFilial": "sample string 5",
"NumEmpleado": "sample string 6",
"idAplicacion": "sample string 7",
"idFam": "sample string 8",
"idParentesco": "43f30edf-89b1-4081-8ce0-96482851cbca",
"nomParentesco": "sample string 10"
}