pixiCancelOrderline

API call cancels or sets to not available one single orderline or bundle with reletaed items on it, when status is not in Final State, item in box or already on invoice line.

Since pixi version: LOU Official (6.3.0.4452) Additional notes: The Api call will exit with return value 0 when it was successfull. And with return value 1 in case of error.


Request

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

Request body

Name Type Required Description
Status string false

Orderline status

Type: varchar(3)

Default value: STO

Example: NLB

Available from: LOU Official - Update 46 (6.9.46.27927)

OrderlineKey integer false

Orderline ID

Type: int

Default value: NULL

Example: 123

Available from: LOU Official (6.3.0.4452)

BundleOrderlineKey integer false

BundleOrderline ID from OrderLines table, if set then change will be done only on given Bundle and items in the bundle

Type: int

Default value: NULL

Example: 123

Available from: 22.05 (22.5.0.27301)


Response

1. Result

Name Type Description
SuccessfulMessage string

Success message

Type: varchar

Available from: 25.06 (25.6.0.58802)

2. Result

Name Type Description
ErrorMessage string

Error message

Type: varchar

Available from: 25.06 (25.6.0.58802)