Update Custom Ledger

Updates an existing custom ledger.

put
Path parameters
idstringRequired

The ID of the custom ledger to update.

Body

Represents a custom ledger in the billing system.

idstringOptional

The unique identifier of the custom ledger.

namestringOptional

Name of the custom ledger.

Example: Quarterly Revenue Ledger
billingStartDatestring · date-timeOptional

The start date of the billing period for the custom ledger.

Example: 2025-01-01T00:00:00.0000000+00:00
billingEndDatestring · date-timeOptional

The end date of the billing period for the custom ledger.

Example: 2025-03-31T23:59:59.0000000+00:00
notesstring | nullableOptional

Additional notes or comments about the custom ledger.

Example: Includes all transactions for Q1 2025.
statusall ofOptional

The current status of the custom ledger.

Example: Validated
string · enumOptional

Represents the various statuses a custom ledger can have in the billing system.

Possible values:
Responses
200

OK

application/json
put
/public/v1/billing/custom-ledgers/{id}

Last updated

Was this helpful?