API Docs
Get PO-Line Items
Contents
This API returns the items related to a specific PO-Line.
The items retrieved include only barcodes and a link for the Get-Item API
Resource URL
GET /almaws/v1/acq/po-lines/{po_line_id}/items
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
po_line_id | xs:string | The PO-Line number or PO-Line ID is accepted. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
limit | xs:int | Optional. Default: 1000000 | Limits the number of results. Optional. Valid values are 0-100. Default value: Retrieve all items. |
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 PO-Line Items
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
401871 | Po-Line X not found. |