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": "202099ec-f17e-46fa-8b33-8c77ff4babe6",
"idCliente": "f0868ff4-5f93-4e43-b373-93b374b85ef6",
"nomCliente": "sample string 3",
"idFilial": "49b7580e-d8f6-45f5-b196-fb9d9bb429c2",
"nomFilial": "sample string 5",
"NumEmpleado": "sample string 6",
"idAplicacion": "sample string 7",
"idFam": "sample string 8",
"idParentesco": "8d2f0a95-4bb6-439c-9eff-4e9517b4864a",
"nomParentesco": "sample string 10"
}