GET 17.0/database/rentguarantees/{id}

Description

Retrieve Rent Guarantees

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

PropertyID

integer

None.

BankAccountID

integer

None.

StartDate

date

None.

EndDate

date

None.

Amount

decimal number

None.

PaymentFrequency

byte

None.

LastPaymentDate

date

None.

NextPaymentDate

date

None.

UserID

integer

None.

AddedDate

date

None.

UpdatedDate

date

None.

Notes

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "propertyID": 2,
  "bankAccountID": 3,
  "startDate": "2025-01-09T20:45",
  "endDate": "2025-01-09T20:45",
  "amount": 6.0,
  "paymentFrequency": 64,
  "lastPaymentDate": "2025-01-09T20:45",
  "nextPaymentDate": "2025-01-09T20:45",
  "userID": 10,
  "addedDate": "2025-01-09T20:45",
  "updatedDate": "2025-01-09T20:45",
  "notes": "sample string 13"
}

application/xml, text/xml

Sample:
<RentGuarantees xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PropertyID>2</PropertyID>
  <BankAccountID>3</BankAccountID>
  <StartDate>2025-01-09T20:45:09.2333198+00:00</StartDate>
  <EndDate>2025-01-09T20:45:09.2333198+00:00</EndDate>
  <Amount>6</Amount>
  <PaymentFrequency>64</PaymentFrequency>
  <LastPaymentDate>2025-01-09T20:45:09.2333198+00:00</LastPaymentDate>
  <NextPaymentDate>2025-01-09T20:45:09.2333198+00:00</NextPaymentDate>
  <UserID>10</UserID>
  <AddedDate>2025-01-09T20:45:09.2333198+00:00</AddedDate>
  <UpdatedDate>2025-01-09T20:45:09.2333198+00:00</UpdatedDate>
  <Notes>sample string 13</Notes>
</RentGuarantees>