POST api/list/stats/invoice
Request Information
URI Parameters
None.
Body Parameters
Collection of InvoiceFilterDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| LiableAccountId | integer |
None. |
|
| RecipientAccountId | integer |
None. |
|
| LiableGroupId | integer |
None. |
|
| RecipientGroupId | integer |
None. |
|
| TenancyRoleId | integer |
None. |
|
| Types | Collection of InvoiceType |
None. |
|
| Statuses | Collection of InvoiceStatusType |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Ascending | boolean |
None. |
|
| Order | InvoiceOrder |
None. |
|
| SearchCriteria | InvoiceSearchCriteriaDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"LiableAccountId": 1,
"RecipientAccountId": 1,
"LiableGroupId": 1,
"RecipientGroupId": 1,
"TenancyRoleId": 1,
"Types": [
0,
0
],
"Statuses": [
0,
0
],
"FromDate": "2025-11-18T01:54:58.5156208Z",
"ToDate": "2025-11-18T01:54:58.5156208Z",
"Ascending": true,
"Order": 0,
"SearchCriteria": {
"SearchTerm": "sample string 1",
"SubTypes": [
0,
0
],
"ExcludeSubTypes": [
0,
0
]
}
},
{
"Name": "sample string 1",
"LiableAccountId": 1,
"RecipientAccountId": 1,
"LiableGroupId": 1,
"RecipientGroupId": 1,
"TenancyRoleId": 1,
"Types": [
0,
0
],
"Statuses": [
0,
0
],
"FromDate": "2025-11-18T01:54:58.5156208Z",
"ToDate": "2025-11-18T01:54:58.5156208Z",
"Ascending": true,
"Order": 0,
"SearchCriteria": {
"SearchTerm": "sample string 1",
"SubTypes": [
0,
0
],
"ExcludeSubTypes": [
0,
0
]
}
}
]
Response Information
Resource Description
Collection of ListStatsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Value | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Value": 2
},
{
"Name": "sample string 1",
"Value": 2
}
]