GET 17.0/database/custodialschemedepositrequests/defaultmodel

Description

Get a Custodial Scheme Deposit Requests model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

TenancyID

integer

None.

AddedDate

date

None.

RequestedDate

date

None.

TenantAmount

decimal number

None.

TenantReceivedAmount

decimal number

None.

LandlordAmount

decimal number

None.

LandlordReceivedAmount

decimal number

None.

Status

byte

None.

StatusDate

date

None.

UserID

integer

None.

SiteID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "tenancyID": 2,
  "addedDate": "2025-01-09T20:17",
  "requestedDate": "2025-01-09T20:17",
  "tenantAmount": 5.0,
  "tenantReceivedAmount": 6.0,
  "landlordAmount": 7.0,
  "landlordReceivedAmount": 8.0,
  "status": 64,
  "statusDate": "2025-01-09T20:17",
  "userID": 11,
  "siteID": 12
}

application/xml, text/xml

Sample:
<CustodialSchemeDepositRequests xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TenancyID>2</TenancyID>
  <AddedDate>2025-01-09T20:17:55.8553102+00:00</AddedDate>
  <RequestedDate>2025-01-09T20:17:55.8553102+00:00</RequestedDate>
  <TenantAmount>5</TenantAmount>
  <TenantReceivedAmount>6</TenantReceivedAmount>
  <LandlordAmount>7</LandlordAmount>
  <LandlordReceivedAmount>8</LandlordReceivedAmount>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:17:55.8553102+00:00</StatusDate>
  <UserID>11</UserID>
  <SiteID>12</SiteID>
</CustodialSchemeDepositRequests>