pixiReport_LogisticQuality

get logistic quality

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


Request

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

Request body

Name Type Required Description
ShopID string false

Calculate the logistic quality for specified shop

Type: varchar(3)

Default value: (empty)

Example: ABC

Available from: LOU Official (6.3.0.4452)

DaysBack integer false

Number of days back, that the report should take in consideration

Type: int

Default value: 14

Example: 25

Available from: LOU Official (6.3.0.4452)

OnlyItemsOnStock boolean false

Calculate the logistic quality only for orders where enough items were on stock

Type: bit

Default value: 1

Example: 0

Available from: LOU Official (6.3.0.4452)

MinutesSinceRefresh integer false

Parameter is not used.

Type: int

Default value: NULL

Example: NULL

Available from: LOU Official (6.3.0.4452)


Response

1. Result set

Name Type Description
DaysToShip integer

Number of days needed to ship the packages

Type: int

Available from: 25.06 (25.6.0.58802)

NRofORders integer

Total number of shipped orders

Type: int

Available from: 25.06 (25.6.0.58802)

Percentage string

Calculated percentage of shipped orders

Type: float

Available from: 25.06 (25.6.0.58802)

AllPackages string

Total number of all orders used in calculation

Type: float

Available from: 25.06 (25.6.0.58802)