pixiRequestPartialDelivery

The call sets a partial delivery for the specified customer order.

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


Request

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

Request body

Name Type Required Description
OrderNr integer true

Order number.

Type: int

Default value:

Example: 123456

Available from: LOU Official (6.3.0.4452)

PartialDeliveryActive boolean true

If set to 1, order is forced to picklist even uin all aitems are not available.

Type: bit

Default value:

Example: 1

Available from: LOU Official (6.3.0.4452)

CancelUnavailableItems boolean false

If set to 1, orderlines with unavaliable items are cancelled.

Type: bit

Default value: NULL

Example: 1

Available from: LOU Official (6.3.0.4452)

PartialDeliveryForRemaining boolean false

If set to 1, orderlines with unavaliable items will be reprocessed later.

Type: bit

Default value: NULL

Example: 1

Available from: LOU Official (6.3.0.4452)


Response

1. Return status

Name Type Description
RowsUpdated integer

Returns the number of updated rows. Should be either 1 (success) or 0 (failure). The update may fail if, for example, OrderNr is invalid or if the whole order is closed or is on hold (same conditions that would make the Ship Now button in Customer Service application disabled)

Type: int

Available from: 25.06 (25.6.0.58802)