# Retrieve next receipt number Get the next available receipt number Endpoint: POST /api/tenant/{tenantId_path}/receipts/GetNextReceiptNumber Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `buildingId` (string) ## Response 200 fields (text/plain): - `nextCounterValue` (integer) - `nextReceiptNumber` (string) - `nextRefundNumber` (string) ## Response 400 fields (text/plain): - `error` (string)