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