POST MultiBrand/GetBottomStores
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:28:09.1118452-04:00", "End": "2025-04-03T22:28:09.1118452-04:00", "StartDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":28,\"seconds\":9,\"miliseconds\":111}", "EndDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":28,\"seconds\":9,\"miliseconds\":111}", "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:28:09.1118452-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:28:09.1118452-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+StoresInfoName | Description | Type | Additional information |
---|---|---|---|
StatusCode | IConnect.ReportingApi.Core.ApiStatusCode |
None. |
|
Message | string |
None. |
|
Data | Collection of IConnect.Domain.MultiBrand.MultiBrandViewModel+StoresInfo |
None. |
|
IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 0, "Message": "sample string 1", "Data": [ { "StoreId": 1, "StoreName": "sample string 2", "SalesRevenue": 3.0, "FormattedSalesRevenue": "$3.00" }, { "StoreId": 1, "StoreName": "sample string 2", "SalesRevenue": 3.0, "FormattedSalesRevenue": "$3.00" } ], "IsSuccess": true }
application/xml, text/xml
Sample:
<ApiResponseOfArrayOfMultiBrandViewModel.StoresInfo2TF5CiQF 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.StoresInfo> <d2p1:SalesRevenue>3</d2p1:SalesRevenue> <d2p1:StoreId>1</d2p1:StoreId> <d2p1:StoreName>sample string 2</d2p1:StoreName> </d2p1:MultiBrandViewModel.StoresInfo> <d2p1:MultiBrandViewModel.StoresInfo> <d2p1:SalesRevenue>3</d2p1:SalesRevenue> <d2p1:StoreId>1</d2p1:StoreId> <d2p1:StoreName>sample string 2</d2p1:StoreName> </d2p1:MultiBrandViewModel.StoresInfo> </Data> <Message>sample string 1</Message> <StatusCode>Success</StatusCode> </ApiResponseOfArrayOfMultiBrandViewModel.StoresInfo2TF5CiQF>