Create Resident Recurring Charge: Rent Manager

Create Resident Recurring Charge: Rent Manager | Method | |---| | POST /RecurringCharges |

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
resident_idstringRequired
The Propexo unique identifier for the resident
charge_code_idstringRequired
The Propexo unique identifier for the charge code
amount_in_centsintegerRequired
The amount of the resident charge, in cents
frequency_normalizedenumRequired
The frequency of the recurring resident charge
Allowed values:
descriptionstringOptional
Description of the recurring resident charge
start_datestringOptional
The start date associated with the recurring resident charge. Required if frequency is DAILY or WEEKLY
end_datestringOptional
The end date associated with the recurring resident charge

Response

Successful response
metaobject
resultobject

Errors