GET v1/Pedidos/Lista?Agente={Agente}&desde={desde}&hasta={hasta}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Agente | string |
Required |
|
| desde | integer |
Required |
|
| hasta | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SFC_PEDIDOSResult| Name | Description | Type | Additional information |
|---|---|---|---|
| TABLA | string |
None. |
|
| ID | integer |
None. |
|
| CLIENTE | integer |
None. |
|
| FECHA | date |
None. |
|
| ALBARAN | string |
None. |
|
| PEDIDO | string |
None. |
|
| TOTAL | decimal number |
None. |
|
| TIPO | string |
None. |
|
| FechaIni | date |
None. |
|
| FechaFin | date |
None. |
|
| Estado | integer |
None. |
|
| GPSIni | string |
None. |
|
| GPSFin | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TABLA": "sample string 1",
"ID": 2,
"CLIENTE": 1,
"FECHA": "2026-07-23T12:28:02.9183771+02:00",
"ALBARAN": "sample string 3",
"PEDIDO": "sample string 4",
"TOTAL": 1.1,
"TIPO": "sample string 5",
"FechaIni": "2026-07-23T12:28:02.9183771+02:00",
"FechaFin": "2026-07-23T12:28:02.9183771+02:00",
"Estado": 1,
"GPSIni": "sample string 6",
"GPSFin": "sample string 7"
},
{
"TABLA": "sample string 1",
"ID": 2,
"CLIENTE": 1,
"FECHA": "2026-07-23T12:28:02.9183771+02:00",
"ALBARAN": "sample string 3",
"PEDIDO": "sample string 4",
"TOTAL": 1.1,
"TIPO": "sample string 5",
"FechaIni": "2026-07-23T12:28:02.9183771+02:00",
"FechaFin": "2026-07-23T12:28:02.9183771+02:00",
"Estado": 1,
"GPSIni": "sample string 6",
"GPSFin": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfSFC_PEDIDOSResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIHero7.Data">
<SFC_PEDIDOSResult>
<ALBARAN>sample string 3</ALBARAN>
<CLIENTE>1</CLIENTE>
<Estado>1</Estado>
<FECHA>2026-07-23T12:28:02.9183771+02:00</FECHA>
<FechaFin>2026-07-23T12:28:02.9183771+02:00</FechaFin>
<FechaIni>2026-07-23T12:28:02.9183771+02:00</FechaIni>
<GPSFin>sample string 7</GPSFin>
<GPSIni>sample string 6</GPSIni>
<ID>2</ID>
<PEDIDO>sample string 4</PEDIDO>
<TABLA>sample string 1</TABLA>
<TIPO>sample string 5</TIPO>
<TOTAL>1.1</TOTAL>
</SFC_PEDIDOSResult>
<SFC_PEDIDOSResult>
<ALBARAN>sample string 3</ALBARAN>
<CLIENTE>1</CLIENTE>
<Estado>1</Estado>
<FECHA>2026-07-23T12:28:02.9183771+02:00</FECHA>
<FechaFin>2026-07-23T12:28:02.9183771+02:00</FechaFin>
<FechaIni>2026-07-23T12:28:02.9183771+02:00</FechaIni>
<GPSFin>sample string 7</GPSFin>
<GPSIni>sample string 6</GPSIni>
<ID>2</ID>
<PEDIDO>sample string 4</PEDIDO>
<TABLA>sample string 1</TABLA>
<TIPO>sample string 5</TIPO>
<TOTAL>1.1</TOTAL>
</SFC_PEDIDOSResult>
</ArrayOfSFC_PEDIDOSResult>