POST api/deposit/collections

Get deposit collections

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.Accounts.PM.Deposits.Query.DepositCollectionDataContract
NameDescriptionTypeAdditional information
Id

integer

None.

TenantRoleId

integer

None.

DepositSchemeId

integer

None.

CreatedDate

date

None.

Allocations

Collection of Dezrez.Core.DataContracts.Accounts.Invoices.Query.InvoiceAllocationDataContract

None.

Status

string

None.

Notes

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "TenantRoleId": 2,
    "DepositSchemeId": 3,
    "CreatedDate": "2024-04-20T05:12:17.5957809Z",
    "Allocations": [
      {
        "Date": "2024-04-20T05:12:17.5957809Z",
        "Amount": 2.0,
        "InvoiceId": 3,
        "InvoiceItemId": 4,
        "InvoiceItemDescription": "sample string 5",
        "Protected": true,
        "ProtectedDate": "2024-04-20T05:12:17.5957809Z",
        "LandlordProtected": true,
        "Id": 9
      },
      {
        "Date": "2024-04-20T05:12:17.5957809Z",
        "Amount": 2.0,
        "InvoiceId": 3,
        "InvoiceItemId": 4,
        "InvoiceItemDescription": "sample string 5",
        "Protected": true,
        "ProtectedDate": "2024-04-20T05:12:17.5957809Z",
        "LandlordProtected": true,
        "Id": 9
      }
    ],
    "Status": "sample string 5",
    "Notes": "sample string 6"
  },
  {
    "Id": 1,
    "TenantRoleId": 2,
    "DepositSchemeId": 3,
    "CreatedDate": "2024-04-20T05:12:17.5957809Z",
    "Allocations": [
      {
        "Date": "2024-04-20T05:12:17.5957809Z",
        "Amount": 2.0,
        "InvoiceId": 3,
        "InvoiceItemId": 4,
        "InvoiceItemDescription": "sample string 5",
        "Protected": true,
        "ProtectedDate": "2024-04-20T05:12:17.5957809Z",
        "LandlordProtected": true,
        "Id": 9
      },
      {
        "Date": "2024-04-20T05:12:17.5957809Z",
        "Amount": 2.0,
        "InvoiceId": 3,
        "InvoiceItemId": 4,
        "InvoiceItemDescription": "sample string 5",
        "Protected": true,
        "ProtectedDate": "2024-04-20T05:12:17.5957809Z",
        "LandlordProtected": true,
        "Id": 9
      }
    ],
    "Status": "sample string 5",
    "Notes": "sample string 6"
  }
]