Create Resident Credit: Rentvine

Note that credits are stored as negative charges when they're read in through Propexo. | Method | Interface | |---|---| | POST /api/manager/accounting/leases/{leaseID}/credits | Accounting |

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 credit, in cents
transaction_datestringRequired
The transaction date of the resident credit
descriptionstringRequired
Description of the resident credit

Response

Successful response
metaobject
resultobject

Errors