Update Recurring Resident Charge: Rent Manager

Update Recurring Resident Charge: Rent Manager | Method | |---| | POST /RecurringCharges/{RecurringChargeID} |

Authentication

AuthorizationBearer

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

Path parameters

recurring_resident_charge_idstringRequired
The ID of the resource.

Request

This endpoint expects an object.
charge_code_idstringRequired
The Propexo unique identifier for the charge code
amount_in_centsintegerOptional
The amount of the resident charge, in cents
frequency_normalizedenumOptional
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