Batch Create Resident Charges: Propertyware REST

Create multiple resident charges. Due to API restrictions, we cannot read data back after being written for bulk charge requests. Use the single-charge create endpoint if you need the created record ID or read-after-write functionality. | Method | Interface | |---|---| | POST /v1/leases/charges/bulk | Leases |

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
chargeslist of objectsRequired
Array of resident charges to create.

Response

Successful response
metaobject
resultobject

Errors

400
Bad Request Error