pixiSupplierOrderLineUpdate

Recommended

Update one supplier order line.

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


Request

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

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 false

Name of application which execute API call.

Type: varchar(255)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

Comment string false

(optional parameter) Add comment.

Type: nvarchar

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)

SupplierPrice number false

(optional parameter) Update supplier price.

Type: money

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

SupplierOrderLineId integer false

Id of (one) supplier order line. Example: @SupplierOrderLineId = 131

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

EstimatedDeliveryDate string false

(optional parameter) Update estimated delivery date.

Type: datetime

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)


Response

1. Result Set.

Name Type Description
Updated_SupplierOrderLineId integer

Return code. (SUCCESS, ERROR, WARNING)

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)