POST CloseDayReport/GenerateReportDrawerEntryData
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.SalesReport.CloseDayReport.ReportViewModelName | Description | Type | Additional information |
---|---|---|---|
SelectedCompanies | Collection of integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
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:
{ "SelectedCompanies": [ 1, 2 ], "PageIndex": 1, "PageSize": 1, "Start": "2025-04-03T22:10:21.4426239-04:00", "End": "2025-04-03T22:10:21.4426239-04:00", "StartDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":10,\"seconds\":21,\"miliseconds\":442}", "EndDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":10,\"seconds\":21,\"miliseconds\":442}", "SkipTimeZoneConvertion": true, "ForceImmediateExport": true }
application/xml, text/xml
Sample:
<ReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.CloseDayReport"> <_x003C_End_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:10:21.4426239-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:10:21.4426239-04:00</_x003C_Start_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>1</_x003C_PageSize_x003E_k__BackingField> <_x003C_SelectedCompanies_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </_x003C_SelectedCompanies_x003E_k__BackingField> </ReportViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IConnect.Core.PagedListOfIConnect.Domain.Reports.SalesReport.CloseDayReport.DrawerEntryReportItemName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of IConnect.Domain.Reports.SalesReport.CloseDayReport.DrawerEntryReportItem |
None. |
|
Footer | IConnect.Domain.Reports.SalesReport.CloseDayReport.DrawerEntryReportItem |
None. |
|
PageFooter | IConnect.Domain.Reports.SalesReport.CloseDayReport.DrawerEntryReportItem |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
TotalRows | integer |
None. |
|
TotalPages | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "DrawerEntryId": 1, "CashRegisterId": 2, "LocationId": 3, "LocationName": "sample string 4", "DeviceName": "sample string 5", "EntryDateFormated": "sample string 6", "EmployeeName": "sample string 7", "AmountFormated": "sample string 8", "Notes": "sample string 9", "EntryDate": "2025-04-03T22:10:21.5207519-04:00", "Amount": 10.0 }, { "DrawerEntryId": 1, "CashRegisterId": 2, "LocationId": 3, "LocationName": "sample string 4", "DeviceName": "sample string 5", "EntryDateFormated": "sample string 6", "EmployeeName": "sample string 7", "AmountFormated": "sample string 8", "Notes": "sample string 9", "EntryDate": "2025-04-03T22:10:21.5207519-04:00", "Amount": 10.0 } ], "Footer": { "DrawerEntryId": 1, "CashRegisterId": 2, "LocationId": 3, "LocationName": "sample string 4", "DeviceName": "sample string 5", "EntryDateFormated": "sample string 6", "EmployeeName": "sample string 7", "AmountFormated": "sample string 8", "Notes": "sample string 9", "EntryDate": "2025-04-03T22:10:21.5207519-04:00", "Amount": 10.0 }, "PageFooter": { "DrawerEntryId": 1, "CashRegisterId": 2, "LocationId": 3, "LocationName": "sample string 4", "DeviceName": "sample string 5", "EntryDateFormated": "sample string 6", "EmployeeName": "sample string 7", "AmountFormated": "sample string 8", "Notes": "sample string 9", "EntryDate": "2025-04-03T22:10:21.5207519-04:00", "Amount": 10.0 }, "PageNumber": 1, "PageSize": 2, "TotalRows": 3, "TotalPages": 4 }
application/xml, text/xml
Sample:
<PagedListOfDrawerEntryReportItemIl00hcQ2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core"> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <TotalPages>4</TotalPages> <TotalRows>3</TotalRows> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.CloseDayReport"> <d2p1:DrawerEntryReportItem> <d2p1:Amount>10</d2p1:Amount> <d2p1:AmountFormated>sample string 8</d2p1:AmountFormated> <d2p1:CashRegisterId>2</d2p1:CashRegisterId> <d2p1:DeviceName>sample string 5</d2p1:DeviceName> <d2p1:DrawerEntryId>1</d2p1:DrawerEntryId> <d2p1:EmployeeName>sample string 7</d2p1:EmployeeName> <d2p1:EntryDate>2025-04-03T22:10:21.5207519-04:00</d2p1:EntryDate> <d2p1:EntryDateFormated>sample string 6</d2p1:EntryDateFormated> <d2p1:LocationId>3</d2p1:LocationId> <d2p1:LocationName>sample string 4</d2p1:LocationName> <d2p1:Notes>sample string 9</d2p1:Notes> </d2p1:DrawerEntryReportItem> <d2p1:DrawerEntryReportItem> <d2p1:Amount>10</d2p1:Amount> <d2p1:AmountFormated>sample string 8</d2p1:AmountFormated> <d2p1:CashRegisterId>2</d2p1:CashRegisterId> <d2p1:DeviceName>sample string 5</d2p1:DeviceName> <d2p1:DrawerEntryId>1</d2p1:DrawerEntryId> <d2p1:EmployeeName>sample string 7</d2p1:EmployeeName> <d2p1:EntryDate>2025-04-03T22:10:21.5207519-04:00</d2p1:EntryDate> <d2p1:EntryDateFormated>sample string 6</d2p1:EntryDateFormated> <d2p1:LocationId>3</d2p1:LocationId> <d2p1:LocationName>sample string 4</d2p1:LocationName> <d2p1:Notes>sample string 9</d2p1:Notes> </d2p1:DrawerEntryReportItem> </Data> <Footer xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.CloseDayReport"> <d2p1:Amount>10</d2p1:Amount> <d2p1:AmountFormated>sample string 8</d2p1:AmountFormated> <d2p1:CashRegisterId>2</d2p1:CashRegisterId> <d2p1:DeviceName>sample string 5</d2p1:DeviceName> <d2p1:DrawerEntryId>1</d2p1:DrawerEntryId> <d2p1:EmployeeName>sample string 7</d2p1:EmployeeName> <d2p1:EntryDate>2025-04-03T22:10:21.5207519-04:00</d2p1:EntryDate> <d2p1:EntryDateFormated>sample string 6</d2p1:EntryDateFormated> <d2p1:LocationId>3</d2p1:LocationId> <d2p1:LocationName>sample string 4</d2p1:LocationName> <d2p1:Notes>sample string 9</d2p1:Notes> </Footer> <PageFooter xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.CloseDayReport"> <d2p1:Amount>10</d2p1:Amount> <d2p1:AmountFormated>sample string 8</d2p1:AmountFormated> <d2p1:CashRegisterId>2</d2p1:CashRegisterId> <d2p1:DeviceName>sample string 5</d2p1:DeviceName> <d2p1:DrawerEntryId>1</d2p1:DrawerEntryId> <d2p1:EmployeeName>sample string 7</d2p1:EmployeeName> <d2p1:EntryDate>2025-04-03T22:10:21.5207519-04:00</d2p1:EntryDate> <d2p1:EntryDateFormated>sample string 6</d2p1:EntryDateFormated> <d2p1:LocationId>3</d2p1:LocationId> <d2p1:LocationName>sample string 4</d2p1:LocationName> <d2p1:Notes>sample string 9</d2p1:Notes> </PageFooter> </PagedListOfDrawerEntryReportItemIl00hcQ2>