pixiCanCancelOrderline

Use this function to determine, whether a given orderline is in a state where it is possible to cancel it.

Since pixi version: LOU Official (6.3.0.4452) Additional notes:


Request

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

Request body

Name Type Required Description
OrderlineKey integer false

[optional] Inspected orderline's ID

Type: int

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return integer

1 - it is possible to cancel, 0 - it is not possible to cancel

Type: int

Available from: LOU Official (6.3.0.4452)