pixiSupplierOrderLineLocQtyUpdate

Recommended

Update one supplier order line location quantity.

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


Request

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

Request body

Name Type Required Description
Qty integer false

(optional parameter) Update quantity.

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

UserId integer false

(optional parameter) Id of user who execute API call.

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

AppName string false

Name of application which execute API call.

Type: varchar(255)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

UserName string false

User name of user who execute API call.

Type: varchar(50)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

UndeliveredQty integer false

(optional parameter) Update only undelivered quantity. In case parameter sent as NULL nothing will change, otherwise existed value will be overwritten with sent value.

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

ConsiderMinOrderQty boolean false

(optional parameter - default 0) Same functionality as at supplier order suggestions, apply (0 no, 1 yes) minimum order quantity.

Type: bit

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

ConsiderPackageUnits boolean false

(optional parameter - default 0) Same functionality as at supplier order suggestions, apply (0 no, 1 yes) packing units.

Type: bit

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderLineLocQtyId integer false

(optional parameter - must be provided if you wish to update ordered or undelivered quantity) Supplier order line location quantity Id.

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)


Response

1. Result Set.

Name Type Description
Updated_SupplierOrderLineLocQtyId integer

Supplier order line location quantity Id.

Type: int

Available from: 25.06 (25.6.0.58802)

2. �Error Result Set.

Name Type Description
ReturnCode string

Return code. (ERROR)

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)