API Docs
Get Invoice Lines
Contents
This API returns a specific Invoice's lines.
Resource URL
GET /almaws/v1/acq/invoices/{invoice_id}/lines
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
invoice_id | xs:string | The Invoice id. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
q | xs:string | Optional. | Search query. Optional. Searching for fields: invoice_line_number. Example (note the tilde between the code and text): q=invoice_line_number~101 (see Brief Search) |
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 Invoice Lines
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. |
401873 | The search query parameter is not valid. |