pixiSetBoxRangeForPicklist

API call to set box range for a picklist

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: API call allows changing the box range for picklists even if items have already been put to box.


Request

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

Request body

Name Type Required Description
BoxNrTo integer true

End of box range

Type: int

Default value:

Example: 20

Available from: LOU Official - Update 46 (6.9.46.27927)

Picklist integer true

Picklist number

Type: int

Default value:

Example: 1234

Available from: LOU Official - Update 46 (6.9.46.27927)

BoxNrFrom integer true

Start of box range

Type: int

Default value:

Example: 10

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Successfull response

Name Type Description
Status string

Status message

Type: varchar (1000)

Available from: 25.06 (25.6.0.58802)

BoxNrTo integer

End of box range

Type: int

Available from: 25.06 (25.6.0.58802)

Picklist integer

Picklist number

Type: int

Available from: 25.06 (25.6.0.58802)

BoxNrFrom integer

Start of box range

Type: int

Available from: 25.06 (25.6.0.58802)

2. Successfull response

Name Type Description
Status string

Status (Error/Success)

Type: varchar (20)

Available from: 25.06 (25.6.0.58802)

Message string

Error description

Type: varchar (1000)

Available from: 25.06 (25.6.0.58802)