pixiSetItemBuyingInfo

API call procedure which updates item buying info

Since pixi version: LOU Official (6.3.0.4452) Additional notes: This API call does not return any response.

    Check also pixiSetItemBuyingInfoXML API call that allows updating of multiple items at once.

Request

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

Request body

Name Type Required Description
EANUPC string false

Filter by internal item barcode.

Type: varchar(13)

Default value: NULL

Example: abcdefg

Available from: LOU Official (6.3.0.4452)

ItemKey integer false

Reference for Items table

Type: int

Default value: NULL

Example: 123

Available from: LOU Official (6.3.0.4452)

Location string false

Filter by location.

Type: varchar(3)

Default value: NULL

Example: abcdefg

Available from: LOU Official (6.3.0.4452)

ItemNrInt string false

Filter by internal item number.

Type: varchar(50)

Default value: NULL

Example: abcdefg

Available from: LOU Official (6.3.0.4452)

MinOrderQty string false

Sets the minimum order quantity.

Type: varchar(10)

Default value: NULL

Example: abcdefg

Available from: LOU Official (6.3.0.4452)

MinStockQty string false

Sets the minimum stock quantity.

Type: varchar(10)

Default value: NULL

Example: abcdefg

Available from: LOU Official (6.3.0.4452)

SafetyStock string false

Sets the safety stock on item location.

Type: varchar(10)

Default value: NULL

Example: abcdefg

Available from: AVA Official - Update 23 (8.4.23.27873)

TargetStock string false

Sets the target stock on item location. Target stock can not be negative value. Negative value of target stock will be change and set to 0.

Type: varchar(10)

Default value: NULL

Example: abcdefg

Available from: AVA Official - Update 23 (8.4.23.27873)


Response

Name Type Description