POST MultiBrand/GetCustomerSalesInfo
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.MultiBrand.MultiBrandReportViewModelName | Description | Type | Additional information |
---|---|---|---|
LocationId | integer |
None. |
|
IsCurrentYear | boolean |
None. |
|
Start | date |
None. |
|
End | date |
None. |
|
StartDateObjectString | string |
None. |
|
EndDateObjectString | string |
None. |
|
SkipTimeZoneConvertion | boolean |
None. |
|
ForceImmediateExport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "LocationId": 1, "IsCurrentYear": true, "Start": "2025-04-03T22:29:28.5381317-04:00", "End": "2025-04-03T22:29:28.5381317-04:00", "StartDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":29,\"seconds\":28,\"miliseconds\":538}", "EndDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":29,\"seconds\":28,\"miliseconds\":538}", "SkipTimeZoneConvertion": true, "ForceImmediateExport": true }
application/xml, text/xml
Sample:
<MultiBrandReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.MultiBrand"> <_x003C_End_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:29:28.5381317-04:00</_x003C_End_x003E_k__BackingField> <_x003C_ForceImmediateExport_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">true</_x003C_ForceImmediateExport_x003E_k__BackingField> <_x003C_SkipTimeZoneConvertion_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">true</_x003C_SkipTimeZoneConvertion_x003E_k__BackingField> <_x003C_Start_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:29:28.5381317-04:00</_x003C_Start_x003E_k__BackingField> <_x003C_IsCurrentYear_x003E_k__BackingField>true</_x003C_IsCurrentYear_x003E_k__BackingField> <_x003C_LocationId_x003E_k__BackingField>1</_x003C_LocationId_x003E_k__BackingField> </MultiBrandReportViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IConnect.ReportingApi.Core.ApiResponseOfSystem.Collections.Generic.ListOfIConnect.Domain.MultiBrand.MultiBrandViewModel+CustomerSalesInfoName | Description | Type | Additional information |
---|---|---|---|
StatusCode | IConnect.ReportingApi.Core.ApiStatusCode |
None. |
|
Message | string |
None. |
|
Data | Collection of IConnect.Domain.MultiBrand.MultiBrandViewModel+CustomerSalesInfo |
None. |
|
IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 0, "Message": "sample string 1", "Data": [ { "CompanyName": "sample string 1", "CompanyId": 2, "CompanyImageUrl": "sample string 3", "NumberOfTransaction": 4, "NumberOfCustomer": 5 }, { "CompanyName": "sample string 1", "CompanyId": 2, "CompanyImageUrl": "sample string 3", "NumberOfTransaction": 4, "NumberOfCustomer": 5 } ], "IsSuccess": true }
application/xml, text/xml
Sample:
<ApiResponseOfArrayOfMultiBrandViewModel.CustomerSalesInfo2TF5CiQF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.ReportingApi.Core"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.MultiBrand"> <d2p1:MultiBrandViewModel.CustomerSalesInfo> <d2p1:CompanyId>2</d2p1:CompanyId> <d2p1:CompanyImageUrl>sample string 3</d2p1:CompanyImageUrl> <d2p1:CompanyName>sample string 1</d2p1:CompanyName> <d2p1:NumberOfCustomer>5</d2p1:NumberOfCustomer> <d2p1:NumberOfTransaction>4</d2p1:NumberOfTransaction> </d2p1:MultiBrandViewModel.CustomerSalesInfo> <d2p1:MultiBrandViewModel.CustomerSalesInfo> <d2p1:CompanyId>2</d2p1:CompanyId> <d2p1:CompanyImageUrl>sample string 3</d2p1:CompanyImageUrl> <d2p1:CompanyName>sample string 1</d2p1:CompanyName> <d2p1:NumberOfCustomer>5</d2p1:NumberOfCustomer> <d2p1:NumberOfTransaction>4</d2p1:NumberOfTransaction> </d2p1:MultiBrandViewModel.CustomerSalesInfo> </Data> <Message>sample string 1</Message> <StatusCode>Success</StatusCode> </ApiResponseOfArrayOfMultiBrandViewModel.CustomerSalesInfo2TF5CiQF>