pixiReport_LogisticQuality_Details

pixi* Seal - get logistic quality

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


Request

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

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)

CalcSeal boolean false

Used for pixi* Seal app, Dashboard app where we calculate Seal (versandsiegel) percentage

Type: bit

Default value: 0

Example: 1

Available from: LOU Official - Update 46 (6.9.46.27927)

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)

ExcludeZeros boolean false

Used for filter parameter in pixi* Report client

Type: bit

Default value: 0

Example: 1

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)


Response

1. Result set when parameter CalcSeal = 0

Name Type Description
OrderNr integer

pixi* order number of the shipped package

Type: int

Available from: 25.06 (25.6.0.58802)

Shipdate string

Date of shipping in pixi*

Type: datetime

Available from: 25.06 (25.6.0.58802)

CreateDate string

Date of order creation in pixi*

Type: datetime

Available from: 25.06 (25.6.0.58802)

DaysToShip integer

Number of days needed to ship the package

Type: int

Available from: 25.06 (25.6.0.58802)

2. Result set when parameter CalcSeal = 1

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)

par_ShopId string

@ShopId input parameter value or -alle- for all shops

Type: varchar

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)

par_DaysBack integer

@DaysBack input parameter value

Type: int

Available from: 25.06 (25.6.0.58802)