GET api/Asociado/ConsultarPuestosAsociados
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PuestoAsociados| Name | Description | Type | Additional information |
|---|---|---|---|
| IN_CODIGO_PUESTO | string |
None. |
|
| VC_NOMBRE_PUESTO | string |
None. |
|
| ORIGEN | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IN_CODIGO_PUESTO": "sample string 1",
"VC_NOMBRE_PUESTO": "sample string 2",
"ORIGEN": "sample string 3"
},
{
"IN_CODIGO_PUESTO": "sample string 1",
"VC_NOMBRE_PUESTO": "sample string 2",
"ORIGEN": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfPuestoAsociados xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CYC.Adecco.Intranet.API.Dominio.Aggregates">
<PuestoAsociados>
<IN_CODIGO_PUESTO>sample string 1</IN_CODIGO_PUESTO>
<ORIGEN>sample string 3</ORIGEN>
<VC_NOMBRE_PUESTO>sample string 2</VC_NOMBRE_PUESTO>
</PuestoAsociados>
<PuestoAsociados>
<IN_CODIGO_PUESTO>sample string 1</IN_CODIGO_PUESTO>
<ORIGEN>sample string 3</ORIGEN>
<VC_NOMBRE_PUESTO>sample string 2</VC_NOMBRE_PUESTO>
</PuestoAsociados>
</ArrayOfPuestoAsociados>