GET api/Porterias?_fecha={_fecha}&_legplan={_legplan}&_turno={_turno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _fecha | date |
Required |
|
| _legplan | string |
Required |
|
| _turno | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Porteria| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Fecha | date |
None. |
|
| LegNume | integer |
None. |
|
| LegApNo | string |
None. |
|
| fechain | date |
None. |
|
| Horain | string |
None. |
|
| fechaeg | date |
None. |
|
| Horaeg | string |
None. |
|
| estado | string |
None. |
|
| legplan | integer |
None. |
|
| turno | string |
None. |
|
| modif | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Fecha": "2025-11-07T05:19:02.0195907-03:00",
"LegNume": 1,
"LegApNo": "sample string 2",
"fechain": "2025-11-07T05:19:02.0195907-03:00",
"Horain": "sample string 3",
"fechaeg": "2025-11-07T05:19:02.0195907-03:00",
"Horaeg": "sample string 4",
"estado": "sample string 5",
"legplan": 1,
"turno": "sample string 6",
"modif": "sample string 7"
},
{
"id": 1,
"Fecha": "2025-11-07T05:19:02.0195907-03:00",
"LegNume": 1,
"LegApNo": "sample string 2",
"fechain": "2025-11-07T05:19:02.0195907-03:00",
"Horain": "sample string 3",
"fechaeg": "2025-11-07T05:19:02.0195907-03:00",
"Horaeg": "sample string 4",
"estado": "sample string 5",
"legplan": 1,
"turno": "sample string 6",
"modif": "sample string 7"
}
]
text/html
Sample:
[{"id":1,"Fecha":"2025-11-07T05:19:02.0195907-03:00","LegNume":1,"LegApNo":"sample string 2","fechain":"2025-11-07T05:19:02.0195907-03:00","Horain":"sample string 3","fechaeg":"2025-11-07T05:19:02.0195907-03:00","Horaeg":"sample string 4","estado":"sample string 5","legplan":1,"turno":"sample string 6","modif":"sample string 7"},{"id":1,"Fecha":"2025-11-07T05:19:02.0195907-03:00","LegNume":1,"LegApNo":"sample string 2","fechain":"2025-11-07T05:19:02.0195907-03:00","Horain":"sample string 3","fechaeg":"2025-11-07T05:19:02.0195907-03:00","Horaeg":"sample string 4","estado":"sample string 5","legplan":1,"turno":"sample string 6","modif":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfPorteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
<Porteria>
<Fecha>2025-11-07T05:19:02.0195907-03:00</Fecha>
<Horaeg>sample string 4</Horaeg>
<Horain>sample string 3</Horain>
<LegApNo>sample string 2</LegApNo>
<LegNume>1</LegNume>
<estado>sample string 5</estado>
<fechaeg>2025-11-07T05:19:02.0195907-03:00</fechaeg>
<fechain>2025-11-07T05:19:02.0195907-03:00</fechain>
<id>1</id>
<legplan>1</legplan>
<modif>sample string 7</modif>
<turno>sample string 6</turno>
</Porteria>
<Porteria>
<Fecha>2025-11-07T05:19:02.0195907-03:00</Fecha>
<Horaeg>sample string 4</Horaeg>
<Horain>sample string 3</Horain>
<LegApNo>sample string 2</LegApNo>
<LegNume>1</LegNume>
<estado>sample string 5</estado>
<fechaeg>2025-11-07T05:19:02.0195907-03:00</fechaeg>
<fechain>2025-11-07T05:19:02.0195907-03:00</fechain>
<id>1</id>
<legplan>1</legplan>
<modif>sample string 7</modif>
<turno>sample string 6</turno>
</Porteria>
</ArrayOfPorteria>