API Docs
Get Invoice Attachment
Contents
This API returns an invoice's attachment.
Resource URL
GET /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
Parameter | Type | Required | Description |
---|---|---|---|
expand | xs:string | Optional. | The expand parameter. Optional. Default value: content. |
Body Parameters
None
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. |
402401 | Invoice X not found. |
60321 | Attachment X not found. |
60322 | Attachment content could not be processed. |