Create a recurring resident charge
Create a recurring resident charge for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
lease_id
The Propexo unique identifier for the lease
financial_account_id
The Propexo unique identifier for the financial account
is_active
Whether the recurring resident charge is active
amount_in_cents
The amount of the recurring resident charge, in cents
description
Description of the recurring resident charge
charge_due_day
The day of the month the charge is due. When frequency_normalized is set to ‘WEEKLY’, the charge_due_day must be between 1 and 7
start_date
The start date associated with the recurring resident charge
end_date
The end date associated with the recurring resident charge
frequency_normalized
The frequency of the recurring resident charge
Allowed values:
reference_number
The reference number for the recurring resident charge
resident_id
The Propexo unique identifier for the resident
charge_code_id
The Propexo unique identifier for the charge code
day_due
The day of the month the charge is due
frequency_raw
The raw value of the frequency of the recurring resident charge (in months)
Response
Successful response
job_id
The ID of the job created to handle this operation
data