POST AccountReceivableReport/GenerateReport
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.SalesReport.AccountReceivableReport.ReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectedCompanies | Collection of integer |
None. |
|
| TicketId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| SelectedTickets | Collection of integer |
None. |
|
| SelectedCustomerTypes | Collection of string |
None. |
|
| CustomerTypes | Collection of IConnect.Domain.Customers.ViewModels.CustomerTypeViewModel |
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
],
"TicketId": 1,
"CustomerId": 1,
"PageIndex": 1,
"PageSize": 1,
"SelectedTickets": [
1,
2
],
"SelectedCustomerTypes": [
"sample string 1",
"sample string 2"
],
"CustomerTypes": [
{
"isDefaultType": true,
"isDefaultTeeSheetType": true,
"defaultPayLaterState": true,
"isDeleted": true,
"locations": [
1,
2
],
"id": 5,
"name": "sample string 6"
},
{
"isDefaultType": true,
"isDefaultTeeSheetType": true,
"defaultPayLaterState": true,
"isDeleted": true,
"locations": [
1,
2
],
"id": 5,
"name": "sample string 6"
}
],
"Start": "2025-12-15T16:16:09.2271199-05:00",
"End": "2025-12-15T16:16:09.2271199-05:00",
"StartDateObjectString": "{\"year\":2025,\"month\":12,\"date\":15,\"hours\":16,\"minutes\":16,\"seconds\":9,\"miliseconds\":227}",
"EndDateObjectString": "{\"year\":2025,\"month\":12,\"date\":15,\"hours\":16,\"minutes\":16,\"seconds\":9,\"miliseconds\":227}",
"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.AccountReceivableReport">
<_x003C_End_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-12-15T16:16:09.2271199-05: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-12-15T16:16:09.2271199-05:00</_x003C_Start_x003E_k__BackingField>
<_x003C_CustomerId_x003E_k__BackingField>1</_x003C_CustomerId_x003E_k__BackingField>
<_x003C_CustomerTypes_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Customers.ViewModels">
<d2p1:CustomerTypeViewModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core">5</Id>
<Name xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core">sample string 6</Name>
<d2p1:DefaultPayLaterState>true</d2p1:DefaultPayLaterState>
<d2p1:IsDefaultTeeSheetType>true</d2p1:IsDefaultTeeSheetType>
<d2p1:IsDefaultType>true</d2p1:IsDefaultType>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Locations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:Locations>
</d2p1:CustomerTypeViewModel>
<d2p1:CustomerTypeViewModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core">5</Id>
<Name xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core">sample string 6</Name>
<d2p1:DefaultPayLaterState>true</d2p1:DefaultPayLaterState>
<d2p1:IsDefaultTeeSheetType>true</d2p1:IsDefaultTeeSheetType>
<d2p1:IsDefaultType>true</d2p1:IsDefaultType>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Locations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:Locations>
</d2p1:CustomerTypeViewModel>
</_x003C_CustomerTypes_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>
<_x003C_SelectedCustomerTypes_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</_x003C_SelectedCustomerTypes_x003E_k__BackingField>
<_x003C_SelectedTickets_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</_x003C_SelectedTickets_x003E_k__BackingField>
<_x003C_TicketId_x003E_k__BackingField>1</_x003C_TicketId_x003E_k__BackingField>
</ReportViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IConnect.Core.PagedListOfIConnect.Domain.Reports.SalesReport.AccountReceivableReport.ReportItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of IConnect.Domain.Reports.SalesReport.AccountReceivableReport.ReportItem |
None. |
|
| Footer | IConnect.Domain.Reports.SalesReport.AccountReceivableReport.ReportItem |
None. |
|
| PageFooter | IConnect.Domain.Reports.SalesReport.AccountReceivableReport.ReportItem |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRows | integer |
None. |
|
| TotalPages | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"TicketId": 1,
"TicketIndex": 2,
"CustomTicketId": "sample string 3",
"TicketDate": "2025-12-15T16:16:09.2271199-05:00",
"LocationId": 5,
"LocationName": "sample string 6",
"CustomOrderNumberFormat": "sample string 7",
"CustomerId": 8,
"CustomerName": "sample string 9",
"CustomerCode": "sample string 10",
"ActualCustomerId": 1,
"ActualCustomerName": "sample string 11",
"ActualCustomerColumnName": "sample string 12",
"Total": 13.0,
"Paid": 14.0,
"Balance": 15.0,
"LastPaymentDate": "2025-12-15T16:16:09.2271199-05:00",
"CustomerEmail": "sample string 16"
},
{
"TicketId": 1,
"TicketIndex": 2,
"CustomTicketId": "sample string 3",
"TicketDate": "2025-12-15T16:16:09.2271199-05:00",
"LocationId": 5,
"LocationName": "sample string 6",
"CustomOrderNumberFormat": "sample string 7",
"CustomerId": 8,
"CustomerName": "sample string 9",
"CustomerCode": "sample string 10",
"ActualCustomerId": 1,
"ActualCustomerName": "sample string 11",
"ActualCustomerColumnName": "sample string 12",
"Total": 13.0,
"Paid": 14.0,
"Balance": 15.0,
"LastPaymentDate": "2025-12-15T16:16:09.2271199-05:00",
"CustomerEmail": "sample string 16"
}
],
"Footer": {
"TicketId": 1,
"TicketIndex": 2,
"CustomTicketId": "sample string 3",
"TicketDate": "2025-12-15T16:16:09.2271199-05:00",
"LocationId": 5,
"LocationName": "sample string 6",
"CustomOrderNumberFormat": "sample string 7",
"CustomerId": 8,
"CustomerName": "sample string 9",
"CustomerCode": "sample string 10",
"ActualCustomerId": 1,
"ActualCustomerName": "sample string 11",
"ActualCustomerColumnName": "sample string 12",
"Total": 13.0,
"Paid": 14.0,
"Balance": 15.0,
"LastPaymentDate": "2025-12-15T16:16:09.2271199-05:00",
"CustomerEmail": "sample string 16"
},
"PageFooter": {
"TicketId": 1,
"TicketIndex": 2,
"CustomTicketId": "sample string 3",
"TicketDate": "2025-12-15T16:16:09.2271199-05:00",
"LocationId": 5,
"LocationName": "sample string 6",
"CustomOrderNumberFormat": "sample string 7",
"CustomerId": 8,
"CustomerName": "sample string 9",
"CustomerCode": "sample string 10",
"ActualCustomerId": 1,
"ActualCustomerName": "sample string 11",
"ActualCustomerColumnName": "sample string 12",
"Total": 13.0,
"Paid": 14.0,
"Balance": 15.0,
"LastPaymentDate": "2025-12-15T16:16:09.2271199-05:00",
"CustomerEmail": "sample string 16"
},
"PageNumber": 1,
"PageSize": 2,
"TotalRows": 3,
"TotalPages": 4
}
application/xml, text/xml
Sample:
<PagedListOfReportItemIVWwaeaj 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.AccountReceivableReport">
<d2p1:ReportItem>
<d2p1:ActualCustomerColumnName>sample string 12</d2p1:ActualCustomerColumnName>
<d2p1:ActualCustomerId>1</d2p1:ActualCustomerId>
<d2p1:ActualCustomerName>sample string 11</d2p1:ActualCustomerName>
<d2p1:Balance>15</d2p1:Balance>
<d2p1:CustomOrderNumberFormat>sample string 7</d2p1:CustomOrderNumberFormat>
<d2p1:CustomTicketId>sample string 3</d2p1:CustomTicketId>
<d2p1:CustomerCode>sample string 10</d2p1:CustomerCode>
<d2p1:CustomerEmail>sample string 16</d2p1:CustomerEmail>
<d2p1:CustomerId>8</d2p1:CustomerId>
<d2p1:CustomerName>sample string 9</d2p1:CustomerName>
<d2p1:LastPaymentDate>2025-12-15T16:16:09.2271199-05:00</d2p1:LastPaymentDate>
<d2p1:LocationId>5</d2p1:LocationId>
<d2p1:LocationName>sample string 6</d2p1:LocationName>
<d2p1:Paid>14</d2p1:Paid>
<d2p1:TicketDate>2025-12-15T16:16:09.2271199-05:00</d2p1:TicketDate>
<d2p1:TicketId>1</d2p1:TicketId>
<d2p1:TicketIndex>2</d2p1:TicketIndex>
<d2p1:Total>13</d2p1:Total>
</d2p1:ReportItem>
<d2p1:ReportItem>
<d2p1:ActualCustomerColumnName>sample string 12</d2p1:ActualCustomerColumnName>
<d2p1:ActualCustomerId>1</d2p1:ActualCustomerId>
<d2p1:ActualCustomerName>sample string 11</d2p1:ActualCustomerName>
<d2p1:Balance>15</d2p1:Balance>
<d2p1:CustomOrderNumberFormat>sample string 7</d2p1:CustomOrderNumberFormat>
<d2p1:CustomTicketId>sample string 3</d2p1:CustomTicketId>
<d2p1:CustomerCode>sample string 10</d2p1:CustomerCode>
<d2p1:CustomerEmail>sample string 16</d2p1:CustomerEmail>
<d2p1:CustomerId>8</d2p1:CustomerId>
<d2p1:CustomerName>sample string 9</d2p1:CustomerName>
<d2p1:LastPaymentDate>2025-12-15T16:16:09.2271199-05:00</d2p1:LastPaymentDate>
<d2p1:LocationId>5</d2p1:LocationId>
<d2p1:LocationName>sample string 6</d2p1:LocationName>
<d2p1:Paid>14</d2p1:Paid>
<d2p1:TicketDate>2025-12-15T16:16:09.2271199-05:00</d2p1:TicketDate>
<d2p1:TicketId>1</d2p1:TicketId>
<d2p1:TicketIndex>2</d2p1:TicketIndex>
<d2p1:Total>13</d2p1:Total>
</d2p1:ReportItem>
</Data>
<Footer xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.AccountReceivableReport">
<d2p1:ActualCustomerColumnName>sample string 12</d2p1:ActualCustomerColumnName>
<d2p1:ActualCustomerId>1</d2p1:ActualCustomerId>
<d2p1:ActualCustomerName>sample string 11</d2p1:ActualCustomerName>
<d2p1:Balance>15</d2p1:Balance>
<d2p1:CustomOrderNumberFormat>sample string 7</d2p1:CustomOrderNumberFormat>
<d2p1:CustomTicketId>sample string 3</d2p1:CustomTicketId>
<d2p1:CustomerCode>sample string 10</d2p1:CustomerCode>
<d2p1:CustomerEmail>sample string 16</d2p1:CustomerEmail>
<d2p1:CustomerId>8</d2p1:CustomerId>
<d2p1:CustomerName>sample string 9</d2p1:CustomerName>
<d2p1:LastPaymentDate>2025-12-15T16:16:09.2271199-05:00</d2p1:LastPaymentDate>
<d2p1:LocationId>5</d2p1:LocationId>
<d2p1:LocationName>sample string 6</d2p1:LocationName>
<d2p1:Paid>14</d2p1:Paid>
<d2p1:TicketDate>2025-12-15T16:16:09.2271199-05:00</d2p1:TicketDate>
<d2p1:TicketId>1</d2p1:TicketId>
<d2p1:TicketIndex>2</d2p1:TicketIndex>
<d2p1:Total>13</d2p1:Total>
</Footer>
<PageFooter xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.AccountReceivableReport">
<d2p1:ActualCustomerColumnName>sample string 12</d2p1:ActualCustomerColumnName>
<d2p1:ActualCustomerId>1</d2p1:ActualCustomerId>
<d2p1:ActualCustomerName>sample string 11</d2p1:ActualCustomerName>
<d2p1:Balance>15</d2p1:Balance>
<d2p1:CustomOrderNumberFormat>sample string 7</d2p1:CustomOrderNumberFormat>
<d2p1:CustomTicketId>sample string 3</d2p1:CustomTicketId>
<d2p1:CustomerCode>sample string 10</d2p1:CustomerCode>
<d2p1:CustomerEmail>sample string 16</d2p1:CustomerEmail>
<d2p1:CustomerId>8</d2p1:CustomerId>
<d2p1:CustomerName>sample string 9</d2p1:CustomerName>
<d2p1:LastPaymentDate>2025-12-15T16:16:09.2271199-05:00</d2p1:LastPaymentDate>
<d2p1:LocationId>5</d2p1:LocationId>
<d2p1:LocationName>sample string 6</d2p1:LocationName>
<d2p1:Paid>14</d2p1:Paid>
<d2p1:TicketDate>2025-12-15T16:16:09.2271199-05:00</d2p1:TicketDate>
<d2p1:TicketId>1</d2p1:TicketId>
<d2p1:TicketIndex>2</d2p1:TicketIndex>
<d2p1:Total>13</d2p1:Total>
</PageFooter>
</PagedListOfReportItemIVWwaeaj>