POST Reports/SalesAmountByCustomerCSV
Request Information
URI Parameters
None.
Body Parameters
GetSalesAmountByCustomerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AmountFrom | decimal number |
None. |
|
| AmountTo | decimal number |
None. |
|
| Resolution | Period |
None. |
|
| Step | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateUntil | date |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AmountFrom": 1.0,
"AmountTo": 1.0,
"Resolution": 0,
"Step": 2,
"DateFrom": "2025-12-06T05:41:51.9889464+01:00",
"DateUntil": "2025-12-06T05:41:51.9889464+01:00",
"Lang": "sample string 5",
"StoreID": 6
}
application/xml, text/xml
Sample:
<GetSalesAmountByCustomerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Reports"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID> <DateFrom xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">2025-12-06T05:41:51.9889464+01:00</DateFrom> <DateUntil xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">2025-12-06T05:41:51.9889464+01:00</DateUntil> <AmountFrom>1</AmountFrom> <AmountTo>1</AmountTo> <Resolution>Hour</Resolution> <Step>2</Step> </GetSalesAmountByCustomerRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>