Last updated 4 hours ago
Was this helpful?
The ID of the custom ledger to which the attachment belongs.
Json representation of the attachment
The file of the attachment.
Represents an attachment associated with a custom ledger in the billing system.
POST /public/v1/billing/custom-ledgers/{customLedgerId}/attachments HTTP/1.1 Host: Content-Type: multipart/form-data Accept: */* Content-Length: 67 { "attachment": { "Name": "text", "Description": "text" }, "file": "binary" }
Created
{ "$meta": { "omitted": [ "text" ] }, "name": "Sample Entity", "icon": "icon.png", "audit": { "created": { "at": "2025-04-30T14:30:00.0000000+00:00", "by": { "id": "text", "name": "text", "icon": "text" } }, "updated": { "at": "2025-04-30T14:30:00.0000000+00:00", "by": { "id": "text", "name": "text", "icon": "text" } } }, "type": "Input", "filename": "invoice.pdf", "size": 102400, "contentType": "application/pdf", "description": "Invoice for March 2025", "isDeleted": false, "id": "CLA-1234-1234", "customLedger": { "icon": "icon.png", "id": "text", "name": "Quarterly Revenue Ledger" } }