POST api/list/stats/invoice

Request Information

URI Parameters

None.

Body Parameters

Collection of InvoiceFilterDataContract
NameDescriptionTypeAdditional 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-07-03T03:44:47.2119604Z",
    "ToDate": "2025-07-03T03:44:47.2119604Z",
    "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-07-03T03:44:47.2119604Z",
    "ToDate": "2025-07-03T03:44:47.2119604Z",
    "Ascending": true,
    "Order": 0,
    "SearchCriteria": {
      "SearchTerm": "sample string 1",
      "SubTypes": [
        0,
        0
      ],
      "ExcludeSubTypes": [
        0,
        0
      ]
    }
  }
]

Response Information

Resource Description

Collection of ListStatsDataContract
NameDescriptionTypeAdditional 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
  }
]