Create Resident Charge: Buildium

Create Resident Charge: Buildium | Interface | Method | |---|---| | Lease Transactions | POST /leases/:leaseId/charges |

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 resident charge, in cents
transaction_datestringRequiredformat: "date-time"
The transaction date of the resident charge
reference_numberstringOptional
The reference number for the resident charge
descriptionstringOptional
Description of the resident charge

Response

Successful response
metaobject
resultobject

Errors