Batch Create Resident Charges: Propertyware REST
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_id
The Propexo unique identifier for the integration
charges
Array of resident charges to create.
Response
Successful response
meta
result
Errors
400
Bad Request Error

