API Docs
Get Invoice
Contents
This API returns a specific Invoice.
Resource URL
GET /almaws/v1/acq/invoices/{invoice_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
invoice_id | xs:string | The Invoice id. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
view | xs:string | Optional. | Invoice view. If view=brief, invoices will be returned without lines. |
expand | xs:string | Optional. Default: none | This parameter allows for expanding on some information. Currently only one option is available: attachments. |
Body Parameters
None
Output
This method returns a Invoice
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
412400 | Invoice X not found. |
402459 | Error while trying to retrieve invoice X. |
60100 | The parameter X must be a number greater than zero. |