Create Custom Ledger Attachment
Path parameters
customLedgerIdstringRequired
The ID of the custom ledger to which the attachment belongs.
Body
filestring · binaryOptional
The file of the attachment.
Responses
201
Created
application/json
400
Bad Request
application/json
post
POST /public/v1/billing/custom-ledgers/{customLedgerId}/attachments HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 67
{
"attachment": {
"Name": "text",
"Description": "text"
},
"file": "binary"
}
{
"$meta": {
"omitted": [
"text"
]
},
"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"
}
}
},
"name": "raw records data",
"type": "Input",
"filename": "invoice.pdf",
"size": 102400,
"contentType": "application/pdf",
"description": "Invoice for March 2025",
"isDeleted": false,
"id": "CLA-1234-1234",
"customLedger": {
"id": "text",
"name": "Quarterly Revenue Ledger"
}
}
Last updated
Was this helpful?