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 |
<Note title="Notice">This write operation will set the created_record_id flag on the write-status endpoint and allow for new record to be read back in immediately.</Note>

