The GetTurnOverRateCalculation function returns a TurnOverRate object containing the all intermediary turnoverrate calculation values.
Method | /GetTurnOverRateCalculation |
The request body is of type GetTurnOverRateCalculation.
Name | Description | Data Type |
---|---|---|
productId | xml:int | |
storeId | xml:int | |
salesInPeriod | xml:decimal | |
dateFrom | xml:dateTime | |
dateTo | xml:dateTime | |
isThrowNoRecordsFoundException | xml:boolean |
|
The response body is of type GetTurnOverRateCalculationResponse.
Name | Description | Data Type |
---|---|---|
GetTurnOverRateCalculationResult | TurnOverRateInfo |
|