GET api/pedidos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of pedidos| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| fechaPed | date |
None. |
|
| fechaEnt | date |
None. |
|
| idCliente | integer |
None. |
|
| idArticulo1 | integer |
None. |
|
| idArticulo2 | integer |
None. |
|
| cant1 | integer |
None. |
|
| cant2 | integer |
None. |
|
| chopera | boolean |
None. |
|
| estado | integer |
None. |
|
| obsevacion | string |
None. |
|
| idArtAlter1 | integer |
None. |
|
| idArtAlter2 | integer |
None. |
|
| cantPend1 | integer |
None. |
|
| cantPend2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"fechaPed": "2026-02-23T14:16:13.1640822-06:00",
"fechaEnt": "2026-02-23T14:16:13.1640822-06:00",
"idCliente": 4,
"idArticulo1": 1,
"idArticulo2": 1,
"cant1": 1,
"cant2": 1,
"chopera": true,
"estado": 6,
"obsevacion": "sample string 7",
"idArtAlter1": 1,
"idArtAlter2": 1,
"cantPend1": 1,
"cantPend2": 1
},
{
"id": 1,
"fechaPed": "2026-02-23T14:16:13.1640822-06:00",
"fechaEnt": "2026-02-23T14:16:13.1640822-06:00",
"idCliente": 4,
"idArticulo1": 1,
"idArticulo2": 1,
"cant1": 1,
"cant2": 1,
"chopera": true,
"estado": 6,
"obsevacion": "sample string 7",
"idArtAlter1": 1,
"idArtAlter2": 1,
"cantPend1": 1,
"cantPend2": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfpedidos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sic">
<pedidos>
<cant1>1</cant1>
<cant2>1</cant2>
<cantPend1>1</cantPend1>
<cantPend2>1</cantPend2>
<chopera>true</chopera>
<estado>6</estado>
<fechaEnt>2026-02-23T14:16:13.1640822-06:00</fechaEnt>
<fechaPed>2026-02-23T14:16:13.1640822-06:00</fechaPed>
<id>1</id>
<idArtAlter1>1</idArtAlter1>
<idArtAlter2>1</idArtAlter2>
<idArticulo1>1</idArticulo1>
<idArticulo2>1</idArticulo2>
<idCliente>4</idCliente>
<obsevacion>sample string 7</obsevacion>
</pedidos>
<pedidos>
<cant1>1</cant1>
<cant2>1</cant2>
<cantPend1>1</cantPend1>
<cantPend2>1</cantPend2>
<chopera>true</chopera>
<estado>6</estado>
<fechaEnt>2026-02-23T14:16:13.1640822-06:00</fechaEnt>
<fechaPed>2026-02-23T14:16:13.1640822-06:00</fechaPed>
<id>1</id>
<idArtAlter1>1</idArtAlter1>
<idArtAlter2>1</idArtAlter2>
<idArticulo1>1</idArticulo1>
<idArticulo2>1</idArticulo2>
<idCliente>4</idCliente>
<obsevacion>sample string 7</obsevacion>
</pedidos>
</ArrayOfpedidos>