GET api/Asociado/VacacionesAsociados?NumeroDocumentoIdentidad={NumeroDocumentoIdentidad}&Anio={Anio}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NumeroDocumentoIdentidad

string

Required

Anio

string

Required

Body Parameters

None.

Response Information

Resource Description

AsociadoVacaciones
NameDescriptionTypeAdditional information
FECHA

string

None.

PERIODO

string

None.

IN_TOTAL_DIAS_GANADOS

string

None.

IN_TOTAL_DIAS_TRUNCOS

string

None.

IN_TOTAL_DIAS_PENDIENTE

string

None.

IN_TOTAL_DIAS_GOZADOS

string

None.

IN_TOTAL_DIAS_ADELANTADOS

string

None.

IN_TOTAL_DIAS_VENCIDOS

string

None.

POR_TOMAR

string

None.

ORIGEN

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FECHA": "sample string 1",
  "PERIODO": "sample string 2",
  "IN_TOTAL_DIAS_GANADOS": "sample string 3",
  "IN_TOTAL_DIAS_TRUNCOS": "sample string 4",
  "IN_TOTAL_DIAS_PENDIENTE": "sample string 5",
  "IN_TOTAL_DIAS_GOZADOS": "sample string 6",
  "IN_TOTAL_DIAS_ADELANTADOS": "sample string 7",
  "IN_TOTAL_DIAS_VENCIDOS": "sample string 8",
  "POR_TOMAR": "sample string 9",
  "ORIGEN": "sample string 10"
}

application/xml, text/xml

Sample:
<AsociadoVacaciones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CYC.Adecco.Intranet.API.Dominio.Aggregates">
  <FECHA>sample string 1</FECHA>
  <IN_TOTAL_DIAS_ADELANTADOS>sample string 7</IN_TOTAL_DIAS_ADELANTADOS>
  <IN_TOTAL_DIAS_GANADOS>sample string 3</IN_TOTAL_DIAS_GANADOS>
  <IN_TOTAL_DIAS_GOZADOS>sample string 6</IN_TOTAL_DIAS_GOZADOS>
  <IN_TOTAL_DIAS_PENDIENTE>sample string 5</IN_TOTAL_DIAS_PENDIENTE>
  <IN_TOTAL_DIAS_TRUNCOS>sample string 4</IN_TOTAL_DIAS_TRUNCOS>
  <IN_TOTAL_DIAS_VENCIDOS>sample string 8</IN_TOTAL_DIAS_VENCIDOS>
  <ORIGEN>sample string 10</ORIGEN>
  <PERIODO>sample string 2</PERIODO>
  <POR_TOMAR>sample string 9</POR_TOMAR>
</AsociadoVacaciones>