POST
Generate bulk invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Invoice lifecycle or line-item fields used to update invoice totals and status.

Request payload for generate bulk invoices.

property_id
string<uuid>
required

UUID identifier for property.

period
string
required

Billing period in YYYY-MM format.

Required string length: 7
Pattern: ^\d{4}-\d{2}$

Response

Generated invoices for property

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.