pixiSupplierOrderLineLocQtyGet

Recommended

Get data for one or more supplier order lines location quantity.

Since pixi version: AVA Official - Update 7 (8.4.7.23158) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiSupplierOrderLineLocQtyGet

Request body

Name Type Required Description
AppName string false

Type: varchar(255)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderIds string false

(optional parameter) Ids of (more) supplier orders in strings separated with comma. Example: @SupplierOrderIds = ('13','25')

Type: varchar(8000)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderLinesIds string false

(optional parameter) Ids of (more) supplier order lines in strings separated with comma. Example: @SupplierOrderLinesIds = ('13','25')

Type: varchar(8000)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderLinesLocQtyIds string false

(optional parameter) Ids of (more) supplier order lines location quantity in strings separated with comma. Example: @SupplierOrderLinesLocQtyIds = ('13','25')

Type: varchar(8000)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)


Response

1. Result Set.

Name Type Description
Id integer

Supplier order line location quantity Id.

Type: int

Available from: 25.06 (25.6.0.58802)

Qty integer

Type: int

Available from: 25.06 (25.6.0.58802)

LocationId integer

Type: int

Available from: 25.06 (25.6.0.58802)

RowVersion integer

Row version

Type: int

Available from: 25.06 (25.6.0.58802)

DeliveredQty integer

Delivered Quantity

Type: int

Available from: 25.06 (25.6.0.58802)

UndeliveredQty integer

Undelivered Quantity

Type: int

Available from: 25.06 (25.6.0.58802)

RecordCreatedOn string

Create date

Type: datetime

Available from: 25.06 (25.6.0.58802)

RecordModifiedOn string

Update Date

Type: datetime

Available from: 25.06 (25.6.0.58802)

SupplierOrderLineId integer

Supplier orderline Id

Type: int

Available from: 25.06 (25.6.0.58802)

RecordCreatedByUserId integer

Created by user Id

Type: int

Available from: 25.06 (25.6.0.58802)

RecordModifiedByUserId integer

Updated by User Id

Type: int

Available from: 25.06 (25.6.0.58802)

2. �Error Result Set.

Name Type Description
ReturnCode string

Return code. (SUCCESS, ERROR, WARNING)

Type: varchar (10)

Available from: 25.06 (25.6.0.58802)

ErrorMessage string

Description of the error.

Type: varchar (300)

Available from: 25.06 (25.6.0.58802)