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": "e93d7247-51a7-4e5b-b70e-55d2132e5282",
"idCliente": "0a82b599-ac41-47ac-8c1f-6f2cb6ede561",
"nomCliente": "sample string 3",
"idFilial": "1dc57f66-51bc-4b79-b6cf-0128d3a411f5",
"nomFilial": "sample string 5",
"NumEmpleado": "sample string 6",
"idAplicacion": "sample string 7",
"idFam": "sample string 8",
"idParentesco": "7b37a4e2-bda4-4329-aacb-2f71859feeea",
"nomParentesco": "sample string 10"
}