Create resident charge
Create a resident charge for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
lease_id
The Propexo unique identifier for the lease
financial_account_id
The Propexo unique identifier for the financial account
amount_in_cents
The amount of the resident charge, in cents
reference_number
The reference number for the resident charge
transaction_date
The transaction date of the resident charge
description
Description of the resident charge
charge_code_id
The Propexo ID for the charge code associated with this new charge
post_month
The post month for the resident charge. The timestamp and day will be stripped off and only the month and year will be used
third_party_charge_id
A unique value provided to Entrata to uniquely identify the transaction from your system. This can be an alphanumeric string. This does not become the ID of the transaction in Entrata. If not provided, Propexo will generate one
is_approval_required
Whether or not the resident charge requires approval. This will require the charge be approved first before being posted to the ledger
property_id
The Propexo unique identifier for the property
resident_id
The Propexo unique identifier for the resident
transaction_batch_id
A unique value provided by Realpage to associate a charge with a batch. This can be an alphanumeric string.
notes
Notes associated with the resident charge
batch_id
An identifier for the transaction batch. This should be unique to your system.
unit_id
The Propexo unique identifier for the unit
Response
Successful response
job_id
The ID of the job created to handle this operation
data