GET api/PedidoDet/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PedidoDet| Name | Description | Type | Additional information |
|---|---|---|---|
| PedNumero | integer |
None. |
|
| ArtCodigo | integer |
None. |
|
| PedPrecio | decimal number |
None. |
|
| PedCantidad | integer |
None. |
|
| PedDescuento | decimal number |
None. |
|
| upsize_ts | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"PedNumero": 1,
"ArtCodigo": 2,
"PedPrecio": 3.0,
"PedCantidad": 4,
"PedDescuento": 5.1,
"upsize_ts": "QEA="
}