Maintainer:Not configured
Returns the next auto-generated number for a given type (Booking, Demand, DemandSplit, Receipt).
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
Add parameter in header x-tenant-id
Example:x-tenant-id: ********************
or
Responses
application/json
Next number generated successfully
curl --location --request GET '/tenant/configuration/id/next?type' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'
Response Response Example
{
"property1": "string",
"property2": "string"
}
Modified at 2026-04-16 18:43:47