Accept Custom Ledger
Path parameters
idstringRequired
The ID of the custom ledger to accept.
Body
Represents a custom ledger in the billing system.
idstringOptional
The unique identifier of the custom ledger.
namestringOptionalExample:
Name of the custom ledger.
Quarterly Revenue LedgerbillingStartDatestring · date-timeOptionalExample:
The start date of the billing period for the custom ledger.
2025-01-01T00:00:00.0000000+00:00billingEndDatestring · date-timeOptionalExample:
The end date of the billing period for the custom ledger.
2025-03-31T23:59:59.0000000+00:00notesstring | nullableOptionalExample:
Additional notes or comments about the custom ledger.
Includes all transactions for Q1 2025.statusall ofOptionalExample:
The current status of the custom ledger.
Validatedstring · enumOptionalPossible values:
Represents the various statuses a custom ledger can have in the billing system.
Responses
200
OK
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/public/v1/billing/custom-ledgers/{id}/acceptLast updated
Was this helpful?