Create Resident Charge: Entrata

Create Resident Charge: Entrata | Method | |---| | artransactions/sendLeaseArTransactions |

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
charge_code_idstringRequired
The Propexo unique identifier for the charge code
transaction_datestringRequired
The transaction date of the resident charge. The timestamp will be stripped off and only the date will be used
amount_in_centsintegerRequired
The amount of the resident charge, in cents. A positive charge represents an increase of money owed. A negative charge represents a reduction of money owed
descriptionstringRequired
Description of the resident charge
post_monthstringOptional
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_idstringOptional
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_requiredbooleanOptional
Whether or not the resident charge requires approval. This will require the charge be approved first before being posted to the ledger

Response

Successful response
metaobject
resultobject

Errors