PUT 17.0/database/custodialschemedepositrequests/{id}

Description

Update existing Custodial Scheme Deposit Requests

URI Parameters

Name Description Type Additional information
id

integer

Required

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": 1,
  "addedDate": "2025-01-09T20:41",
  "requestedDate": "2025-01-09T20:41",
  "tenantAmount": 1.0,
  "tenantReceivedAmount": 1.0,
  "landlordAmount": 1.0,
  "landlordReceivedAmount": 1.0,
  "status": 64,
  "statusDate": "2025-01-09T20:41",
  "userID": 1,
  "siteID": 1
}

application/xml, text/xml

Sample:
<CustodialSchemeDepositRequestsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TenancyID>1</TenancyID>
  <AddedDate>2025-01-09T20:41:34.9793425+00:00</AddedDate>
  <RequestedDate>2025-01-09T20:41:34.9793425+00:00</RequestedDate>
  <TenantAmount>1</TenantAmount>
  <TenantReceivedAmount>1</TenantReceivedAmount>
  <LandlordAmount>1</LandlordAmount>
  <LandlordReceivedAmount>1</LandlordReceivedAmount>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:41:34.9793425+00:00</StatusDate>
  <UserID>1</UserID>
  <SiteID>1</SiteID>
</CustodialSchemeDepositRequestsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

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:41",
  "requestedDate": "2025-01-09T20:41",
  "tenantAmount": 5.0,
  "tenantReceivedAmount": 6.0,
  "landlordAmount": 7.0,
  "landlordReceivedAmount": 8.0,
  "status": 64,
  "statusDate": "2025-01-09T20:41",
  "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:41:34.9793425+00:00</AddedDate>
  <RequestedDate>2025-01-09T20:41:34.9793425+00:00</RequestedDate>
  <TenantAmount>5</TenantAmount>
  <TenantReceivedAmount>6</TenantReceivedAmount>
  <LandlordAmount>7</LandlordAmount>
  <LandlordReceivedAmount>8</LandlordReceivedAmount>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:41:34.9793425+00:00</StatusDate>
  <UserID>11</UserID>
  <SiteID>12</SiteID>
</CustodialSchemeDepositRequests>