Skip to main content
POST

Headers

X-Organization-Id
string
required

The unique identifier of the Organization associated with the request.

Example:

"019c96a0-0a98-7287-9a31-786e0809c769"

Authorization
string

The authorization token in the 'Bearer ' format.

Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.

Content-Type
string
required

The type of media of the resource. Must be application/json.

Example:

"application/json"

Body

application/json
ledgerId
string
required

Unique identifier of the Ledger to calculate billing for.

period
string
required

Billing period. Supported formats: YYYY-MM (monthly), YYYY-Www (weekly, e.g. 2026-W13), or YYYY-MM-DD (daily).

type
enum<string>

Filter by billing type. When omitted, both volume and maintenance packages are calculated.

Available options:
volume,
maintenance

Response

Billing calculation results with transaction payloads.

results
object[]

One result per active billing package processed.

summary
object

Consolidated totals across all results.