GET api/SalesOrderLineDetail/SalesOrderLineId/{salesOrderLineId}

Get salesorderline details by salesorderlineid

Request Information

URI Parameters

NameDescriptionTypeAdditional information
salesOrderLineId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SalesOrderLineDetailView
NameDescriptionTypeAdditional information
SalesOrderLineDetailId

globally unique identifier

None.

SalesOrderLineId

globally unique identifier

None.

PackagingId

globally unique identifier

None.

PackagingDescription

string

None.

GTIN

string

None.

ProductId

globally unique identifier

None.

ProductNumber

string

None.

ProductName

string

None.

DestinationItemId

globally unique identifier

None.

DestinationItemSSCC

string

None.

SourceItemId

globally unique identifier

None.

SourceItemSSCC

string

None.

SourceLocationId

globally unique identifier

None.

SourceLocationNumber

string

None.

SourceLocationName

string

None.

BestBefore

date

None.

BatchNumber

string

None.

BatchId

globally unique identifier

None.

Quantity

decimal number

None.

QuantityBase

decimal number

None.

NetWeight

decimal number

None.

GrossWeight

decimal number

None.

IsVariableQuantity

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.