GET api/PERSONALs?_lstmes={_lstmes}&_fecha={_fecha}&_legplan={_legplan}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_lstmes

integer

Required

_fecha

date

Required

_legplan

string

Required

Body Parameters

None.

Response Information

Resource Description

Personalausente
NameDescriptionTypeAdditional information
LegNume

integer

None.

LegApNo

string

None.

LegPlan

integer

None.

FicFech

date

None.

message

string

None.

result

integer

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "LegNume": 1,
  "LegApNo": "sample string 2",
  "LegPlan": 1,
  "FicFech": "2024-05-19T12:45:25.4829174-03:00",
  "message": "sample string 4",
  "result": 5,
  "data": {}
}

text/html

Sample:
{"LegNume":1,"LegApNo":"sample string 2","LegPlan":1,"FicFech":"2024-05-19T12:45:25.4829174-03:00","message":"sample string 4","result":5,"data":{}}

application/xml, text/xml

Sample:
<AusenciaVM.Personalausente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.webapplications1.Models">
  <FicFech>2024-05-19T12:45:25.4829174-03:00</FicFech>
  <LegApNo>sample string 2</LegApNo>
  <LegNume>1</LegNume>
  <LegPlan>1</LegPlan>
  <data />
  <message>sample string 4</message>
  <result>5</result>
</AusenciaVM.Personalausente>