v1
latestOpenAPI 3.0.12026-07-141671231.8 MBCustomer Invoices
Upload an appendix for a customer invoice
Upload a file that will be an appendix attached to a customer invoice.
Note that this will not upload a file into the DMS (GED).
ℹ️ This endpoint requires the following scope: customer_invoices:all
post/api/external/v2/customer_invoices/{customer_invoice_id}/appendices
Path parameters
customer_invoice_idinteger required
Response
Returns the created appendix
Example response
{
"url": "https://www.pennylane.com/rails/active_storage/blobs/redirect/eyJfc..==--26d6e7391dd728fae2cde59bd3fbe4dd11e20a95/Invoice42.pdf",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}