POST api/list/stats/invoice

Request Information

URI Parameters

None.

Body Parameters

Collection of Dezrez.Core.DataContracts.Accounts.Invoices.Command.InvoiceFilterDataContract
NameDescriptionTypeAdditional information
Name

string

None.

LiableAccountId

integer

None.

RecipientAccountId

integer

None.

LiableGroupId

integer

None.

RecipientGroupId

integer

None.

TenancyRoleId

integer

None.

Types

Collection of Dezrez.Core.DataContracts.Accounts.Invoices.InvoiceType

None.

Statuses

Collection of Dezrez.Core.DataContracts.Accounts.Invoices.InvoiceStatusType

None.

FromDate

date

None.

ToDate

date

None.

Ascending

boolean

None.

Order

Dezrez.Core.DataContracts.Accounts.Invoices.Command.InvoiceOrder

None.

SearchCriteria

Dezrez.Core.DataContracts.Accounts.Invoices.Command.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": "2024-03-29T14:59:32.4725943Z",
    "ToDate": "2024-03-29T14:59:32.4725943Z",
    "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": "2024-03-29T14:59:32.4725943Z",
    "ToDate": "2024-03-29T14:59:32.4725943Z",
    "Ascending": true,
    "Order": 0,
    "SearchCriteria": {
      "SearchTerm": "sample string 1",
      "SubTypes": [
        0,
        0
      ],
      "ExcludeSubTypes": [
        0,
        0
      ]
    }
  }
]

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.External.Api.Lists.Stats.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
  }
]