POST api/deposit/collections
Get deposit collections
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
Collection of DepositCollectionDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TenantRoleId | integer |
None. |
|
| DepositSchemeId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| Allocations | Collection of InvoiceAllocationDataContract |
None. |
|
| Status | string |
None. |
|
| Notes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"TenantRoleId": 2,
"DepositSchemeId": 3,
"CreatedDate": "2025-10-25T10:50:33.8173603Z",
"Allocations": [
{
"Date": "2025-10-25T10:50:33.8173603Z",
"Amount": 2.0,
"InvoiceId": 3,
"InvoiceItemId": 4,
"InvoiceItemDescription": "sample string 5",
"Protected": true,
"ProtectedDate": "2025-10-25T10:50:33.8173603Z",
"LandlordProtected": true,
"Id": 9
},
{
"Date": "2025-10-25T10:50:33.8173603Z",
"Amount": 2.0,
"InvoiceId": 3,
"InvoiceItemId": 4,
"InvoiceItemDescription": "sample string 5",
"Protected": true,
"ProtectedDate": "2025-10-25T10:50:33.8173603Z",
"LandlordProtected": true,
"Id": 9
}
],
"Status": "sample string 5",
"Notes": "sample string 6"
},
{
"Id": 1,
"TenantRoleId": 2,
"DepositSchemeId": 3,
"CreatedDate": "2025-10-25T10:50:33.8173603Z",
"Allocations": [
{
"Date": "2025-10-25T10:50:33.8173603Z",
"Amount": 2.0,
"InvoiceId": 3,
"InvoiceItemId": 4,
"InvoiceItemDescription": "sample string 5",
"Protected": true,
"ProtectedDate": "2025-10-25T10:50:33.8173603Z",
"LandlordProtected": true,
"Id": 9
},
{
"Date": "2025-10-25T10:50:33.8173603Z",
"Amount": 2.0,
"InvoiceId": 3,
"InvoiceItemId": 4,
"InvoiceItemDescription": "sample string 5",
"Protected": true,
"ProtectedDate": "2025-10-25T10:50:33.8173603Z",
"LandlordProtected": true,
"Id": 9
}
],
"Status": "sample string 5",
"Notes": "sample string 6"
}
]