GET 17.0/database/rentguarantees/defaultmodel

Description

Get a Rent Guarantees model with default values

URI Parameters

None.

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:30",
  "endDate": "2025-01-09T20:30",
  "amount": 6.0,
  "paymentFrequency": 64,
  "lastPaymentDate": "2025-01-09T20:30",
  "nextPaymentDate": "2025-01-09T20:30",
  "userID": 10,
  "addedDate": "2025-01-09T20:30",
  "updatedDate": "2025-01-09T20:30",
  "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:30:38.7601326+00:00</StartDate>
  <EndDate>2025-01-09T20:30:38.7601326+00:00</EndDate>
  <Amount>6</Amount>
  <PaymentFrequency>64</PaymentFrequency>
  <LastPaymentDate>2025-01-09T20:30:38.7601326+00:00</LastPaymentDate>
  <NextPaymentDate>2025-01-09T20:30:38.7601326+00:00</NextPaymentDate>
  <UserID>10</UserID>
  <AddedDate>2025-01-09T20:30:38.7601326+00:00</AddedDate>
  <UpdatedDate>2025-01-09T20:30:38.7601326+00:00</UpdatedDate>
  <Notes>sample string 13</Notes>
</RentGuarantees>