API Docs
Update Invoice's Attachment
Contents
This API updates an invoice's attachment.
Resource URL
PUT /almaws/v1/acq/invoices/{invoice_id}/attachments/{attachment_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
invoice_id | xs:string | The Invoice id. |
attachment_id | xs:string | The Attachment ID. |
Querystring Parameters
None
Body Parameters
The Attachment info to update. See doc
Output
This method returns a Attachment
object. See doc
Possible Error Codes
Code | Message |
---|---|
60100 | The parameter X must be a number greater than zero. |
60345 | Attachment content size exceeds allowed maximum. |
60346 | Attachment content not allowed if file name not set. |
60321 | Attachment was not found |
60322 | Attachment content could not be processed. |