API Docs
Get Invoice Attachments
Contents
This API returns a list of an invoice's attachments.
Resource URL
GET /almaws/v1/acq/invoices/{invoice_id}/attachments
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
invoice_id | xs:string | The Invoice id. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
limit | xs:int | Optional. Default: 10 | Limits the number of results. Optional. Valid values are 0-100. Default value: 10. |
offset | xs:int | Optional. Default: 0 | Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned. |
Body Parameters
None
Output
This method returns a Attachments
object. See doc
Possible Error Codes
Code | Message |
---|---|
60323 | Search for attachments failed. |
60100 | The parameter X must be a number greater than zero. |
412400 | Invoice X not found. |