GET api/PedidoDet

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PedidoDet
NameDescriptionTypeAdditional 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:
[
  {
    "$id": "1",
    "PedNumero": 1,
    "ArtCodigo": 2,
    "PedPrecio": 3.0,
    "PedCantidad": 4,
    "PedDescuento": 5.1,
    "upsize_ts": "QEA="
  },
  {
    "$ref": "1"
  }
]