Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
Applicants
Applications
Appointments
Billing and Payments
GET
Get all charge codes
GET
Get a charge code by ID
GET
Get all financial accounts
GET
Get a financial account by ID
GET
Get all resident charges
POST
Create resident charge
GET
Get a resident charge by ID
GET
Get all recurring resident charges
POST
Create a recurring resident charge
GET
Get recurring resident charge by ID
PUT
Update a recurring resident charge
GET
Get all resident payments
POST
Create resident payment
GET
Get a resident payment by ID
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
Login
API Reference
Billing and Payments
Create a recurring resident charge
POST
https://
api.propexo.com
/
v1
/
recurring-resident-charges
/
Create a recurring resident charge for an integration.
Request
This endpoint expects an object.
integration_id
string
Required
lease_id
string
Optional
The Propexo unique identifier for the lease
financial_account_id
string
Optional
The Propexo unique identifier for the financial account
is_active
boolean
Optional
Whether the recurring resident charge is active
amount_in_cents
integer
Optional
The amount of the recurring resident charge, in cents
description
string
Optional
Description of the recurring resident charge
charge_due_day
integer
Optional
The day of the month the charge is due
start_date
datetime or string
Optional
The start date associated with the recurring resident charge
Show 2 variants
end_date
datetime or string
Optional
The end date associated with the recurring resident charge
Show 2 variants
frequency_normalized
"MONTHLY" or "WEEKLY"
Optional
Allowed values:
MONTHLY
WEEKLY
The frequency of the recurring resident charge
reference_number
string
Optional
The reference number for the recurring resident charge
Response
This endpoint returns an object.
job_id
string
The ID of the job created to handle this operation
data
object
Errors
400
Bad Request
Built with