POST 17.0/database/recurringfees

Description

Create Recurring Fees

URI Parameters

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": 1,
  "propertyID": 1,
  "productID": 1,
  "amount": 1.0,
  "startDate": "2025-01-09T20:35",
  "endDate": "2025-01-09T20:35",
  "lastRaisedDate": "2025-01-09T20:35",
  "frequency": 64,
  "tenancyID": 1,
  "bankAccountID": 1,
  "companyID": 1,
  "invoiced": 64,
  "inactive": 64
}

application/xml, text/xml

Sample:
<RecurringFeesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <ProductID>1</ProductID>
  <Amount>1</Amount>
  <StartDate>2025-01-09T20:35:25.2104537+00:00</StartDate>
  <EndDate>2025-01-09T20:35:25.2104537+00:00</EndDate>
  <LastRaisedDate>2025-01-09T20:35:25.2104537+00:00</LastRaisedDate>
  <Frequency>64</Frequency>
  <TenancyID>1</TenancyID>
  <BankAccountID>1</BankAccountID>
  <CompanyID>1</CompanyID>
  <Invoiced>64</Invoiced>
  <Inactive>64</Inactive>
</RecurringFeesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

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:35",
  "endDate": "2025-01-09T20:35",
  "lastRaisedDate": "2025-01-09T20:35",
  "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:35:25.2104537+00:00</StartDate>
  <EndDate>2025-01-09T20:35:25.2104537+00:00</EndDate>
  <LastRaisedDate>2025-01-09T20:35:25.2104537+00:00</LastRaisedDate>
  <Frequency>64</Frequency>
  <TenancyID>10</TenancyID>
  <BankAccountID>11</BankAccountID>
  <CompanyID>12</CompanyID>
  <Invoiced>64</Invoiced>
  <Inactive>64</Inactive>
</RecurringFees>