pixiReportTurnover

Multi Currency: Return database currency code in field dbCurrency depend on if Multi Currency is Enabled then we:

  • calculate and return data in database currency else
  • calculate and return data in order / original currency (with value NULL for currency code).

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


Request

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

Request body

Name Type Required Description
ShopID string false

Shop Id.

Type: varchar(3)

Default value:

Example: ABC

Available from: LOU Official (6.3.0.4452)

toDate string false

Date to.

Type: datetime

Default value: NULL

Example: 20.06.2023

Available from: LOU Official (6.3.0.4452)

fromDate string false

Date from.

Type: datetime

Default value: NULL

Example: 20.06.2023

Available from: LOU Official (6.3.0.4452)


Response

1. Result set

Name Type Description
dbCurrency string

dbCurrency

Type: varchar

Available from: 25.06 (25.6.0.58802)

TurnoverNetDayBefore string

Turnover for day before given date - yesterday

Type: varchar

Available from: 25.06 (25.6.0.58802)

TurnoverNetGivenDate string

Turnover on gived date - today

Type: varchar

Available from: 25.06 (25.6.0.58802)

TurnoverNetGivenMonth string

Turnover for given month - this month

Type: varchar

Available from: 25.06 (25.6.0.58802)

TurnoverNetPreviousMonth string

Turnover for month before given date - previous month

Type: varchar

Available from: 25.06 (25.6.0.58802)