GET api/SupplierOrderline/AvailableForDelivery/ClientId/{ClientId}/OrderId/{OrderId}

Get available supplier order lines by ClientId and OrderId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

globally unique identifier

Required

OrderId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SupplierOrderline
NameDescriptionTypeAdditional information
SupplierId

globally unique identifier

None.

OrderId

globally unique identifier

None.

OrderlineId

globally unique identifier

None.

OrderNum

integer

None.

ProductId

globally unique identifier

None.

ProductNumber

string

None.

ShippingArtNum

string

None.

ShippingRefNum

string

None.

EPDNumber

integer

None.

GTINNumber

string

None.

Product

string

None.

PackagingId

globally unique identifier

None.

Packaging

string

None.

PackagingNetWeight

decimal number

None.

Quantity

decimal number

None.

QuantityConfirmed

decimal number

None.

QuantityPicked

decimal number

None.

NomWeight

decimal number

None.

IsVariableQuantity

boolean

None.

Price

decimal number

None.

Discount

decimal number

None.

Netto

decimal number

None.

WeightConfirmed

decimal number

None.

Weight

decimal number

None.

EstTpak

decimal number

None.

EstDpak

decimal number

None.

QuantityOnItem

decimal number

None.

BestBefore

date

None.

BatchNumber

string

None.

ShelfLife

string

None.

ShippingDate

string

None.

ShippingAddress

string

None.

Transporter

string

None.

TraceStatus

SupplierOrderTraceStatus

None.

TraceStatusDescription

string

None.

Picked

boolean

None.

Delivered

boolean

None.

OrderConfirmationProcessed

boolean

None.

OrderConfirmationProcessedCount

integer

None.

OrderConfirmationLastProcessed

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.