Create Recurring Resident Charge: Rentvine

Create Recurring Resident Charge: Rentvine | Method | Interface | |---|---| | POST /api/manager/leases/{leaseID}/recurring-charges | Leases |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
lease_idstringRequired
The Propexo unique identifier for the lease
financial_account_idstringRequired
The Propexo unique identifier for the financial account
amount_in_centsintegerRequired
The amount of the recurring resident charge, in cents
descriptionstringRequired
Description of the recurring resident charge
day_dueintegerRequired1-31
The day of the month the charge is due
start_datestringRequired
The start date associated with the recurring resident charge
end_datestringOptional
The end date associated with the recurring resident charge
frequency_rawintegerOptional1-24

The raw value of the frequency of the recurring resident charge (in months)

Response

Successful response
metaobject
resultobject

Errors