pixiSupplierOrderChangeStatus

Change status on supplier order. Id - Status of supplier order 1 - NEW 2 - ORDERED 3 - CONFIRMED 4 - CLOSED

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


Request

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

Request body

Name Type Required Description
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 true

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 true

User name of user who execute API call.

Type: varchar(50)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderId integer false

(optional parameter) Id of (one) supplier order. Example: @SupplierOrderId = 13

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderNR integer false

(optional parameter) InternalNumber of (one) supplier order. Example: @SupplierOrderNR = 70000013

Type: int

Default value:

Example:

Available from: AVA Official - Update 23 (8.4.23.27873)

ChangeStatusIdTo integer true

Id of status to which we are changing .

Type: int

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)


Response

1. Status output

Name Type Description
ReturnCode string

Return Code (Success/ERROR)

Type: varchar

Available from: 25.06 (25.6.0.58802)

ErrorMessage string

Error message

Type: varchar

Available from: 25.06 (25.6.0.58802)