POST api/PedidoDet

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "PedNumero": 1,
  "ArtCodigo": 2,
  "PedPrecio": 3.0,
  "PedCantidad": 4,
  "PedDescuento": 5.1,
  "upsize_ts": "QEA="
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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:
{
  "PedNumero": 1,
  "ArtCodigo": 2,
  "PedPrecio": 3.0,
  "PedCantidad": 4,
  "PedDescuento": 5.1,
  "upsize_ts": "QEA="
}