v1

latestOpenAPI 3.0.12026-07-141671231.8 MB
Quotes

Upload an appendix for a quote

Upload a file that will be an appendix attached to a quote.

Note that this will not upload a file into the DMS (GED).

ℹ️ This endpoint requires the following scope: quotes:all

post/api/external/v2/quotes/{quote_id}/appendices

Path parameters

quote_idinteger required

Response

Returns the created appendix

idinteger required
urlstring required

URL to the uploaded file.

filenamestring required
created_atstring date-time required
updated_atstring date-time required

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"
}