For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create custom ledger attachment

Creates a new custom ledger attachment.

post

Uploads a file as multipart/form-data with optional properties (name, description).

Path parameters
customLedgerIdstringRequired

The ID of the custom ledger to which the attachment belongs.

Body
filestring · binaryOptional

The file of the attachment.

Responses
post
/public/v1/billing/custom-ledgers/{customLedgerId}/attachments

Last updated

Was this helpful?