pixiSetFulfillmentOptions

API call updates the direct fulfillment option

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes:


Request

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

Request body

Name Type Required Description
DF_Type integer false

Direct Fulfillment option

Type: int

Default value: NULL

Example: 2

Available from: LOU Official - Update 46 (6.9.46.27927)

OrderNr integer false

pixi* order number

Type: int

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

OrderlineKey integer false

pixi* orderline ID

Type: int

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Orderline data

Name Type Description
Status string

Orderline status

Type: varchar (3)

Available from: / (25.7.0.59144)

DF_type string

Direct Fulfillment option

Type: varchar (1)

Available from: / (25.7.0.59144)

OrderNr integer

Order number in pixi*

Type: int

Available from: / (25.7.0.59144)

IsEditable boolean

Indicator if the orderline is actually editable

Type: bit

Available from: / (25.7.0.59144)

OrderlineKey integer

ID for the Orderline record

Type: int

Available from: / (25.7.0.59144)

2. Error message

Name Type Description
ErrorNr string

Error number

Type: varchar(3)

Available from: / (25.7.0.59144)

ErrorMessage string

Error message

Type: varchar(1024)

Available from: / (25.7.0.59144)