GET 17.0/database/recurringfees/defaultmodel

Description

Get a Recurring Fees model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

ProductID

integer

None.

Amount

decimal number

None.

StartDate

date

None.

EndDate

date

None.

LastRaisedDate

date

None.

Frequency

byte

None.

TenancyID

integer

None.

BankAccountID

integer

None.

CompanyID

integer

None.

Invoiced

byte

None.

Inactive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "propertyID": 3,
  "productID": 4,
  "amount": 5.0,
  "startDate": "2025-01-09T20:22",
  "endDate": "2025-01-09T20:22",
  "lastRaisedDate": "2025-01-09T20:22",
  "frequency": 64,
  "tenancyID": 10,
  "bankAccountID": 11,
  "companyID": 12,
  "invoiced": 64,
  "inactive": 64
}

application/xml, text/xml

Sample:
<RecurringFees xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>2</ContactID>
  <PropertyID>3</PropertyID>
  <ProductID>4</ProductID>
  <Amount>5</Amount>
  <StartDate>2025-01-09T20:22:50.4602965+00:00</StartDate>
  <EndDate>2025-01-09T20:22:50.4602965+00:00</EndDate>
  <LastRaisedDate>2025-01-09T20:22:50.4602965+00:00</LastRaisedDate>
  <Frequency>64</Frequency>
  <TenancyID>10</TenancyID>
  <BankAccountID>11</BankAccountID>
  <CompanyID>12</CompanyID>
  <Invoiced>64</Invoiced>
  <Inactive>64</Inactive>
</RecurringFees>