pixiGetRelocations

API call returns stock movements done when relocating the items

Since pixi version: AVA 17.10 (8.4.34.31829) Additional notes: NOTE: Keep in mind that only stock movements that were done with "Relocate" program will be displayed.


Request

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

Request body

Name Type Required Description
Offset integer false

Pagination: record offset

Type: int

Default value: 0

Example: 123

Available from: AVA 17.10 (8.4.34.31829)

RowCount integer false

Pagination: maximum results per page

Type: int

Default value: 1000

Example: 123

Available from: AVA 17.10 (8.4.34.31829)

ToLocation string false

Filter: To location

Type: varchar(3)

Default value: NULL

Example: abc

Available from: AVA 17.10 (8.4.34.31829)

ChangeDateTo string false

Filter: End of time frame

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: AVA 17.10 (8.4.34.31829)

FromLocation string false

Filter: From location

Type: varchar(3)

Default value: NULL

Example: abc

Available from: AVA 17.10 (8.4.34.31829)

ChangeDateFrom string false

Filter: Start of time frame

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: AVA 17.10 (8.4.34.31829)


Response

1. Stock movements (relocations)

Name Type Description
Qty integer

Quantity that was relocated

Type: int

Available from: 25.06 (25.6.0.58802)

EANUPC string

Item barcode

Type: varchar (13)

Available from: 25.06 (25.6.0.58802)

ItemKey integer

pixi* item ID

Type: int

Available from: 25.06 (25.6.0.58802)

ItemName string

Item name

Type: varchar (120)

Available from: 25.06 (25.6.0.58802)

RowNumber string

Row number ID. Used in combination with "Offset" parameter

Type: bigint

Available from: 25.06 (25.6.0.58802)

ToLocation string

Stock movement location (to)

Type: varchar (3)

Available from: 25.06 (25.6.0.58802)

UpdateDate string

Last update date of the record

Type: datetime

Available from: 25.06 (25.6.0.58802)

FromLocation string

Stock movement location (from)

Type: varchar (3)

Available from: 25.06 (25.6.0.58802)

2. Error result

Name Type Description
Status string

Execution status

Type: varchar (20)

Available from: 25.06 (25.6.0.58802)

Message string

Execution status details

Type: varchar (80)

Available from: 25.06 (25.6.0.58802)