API Docs
Receive New Item
Contents
This web service adds an item to a PO-Line and receives it.
Resource URL
POST /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 |
---|---|---|---|
receive_date | xs:string | Optional. | The receive date. Default value is current time. Expected Format: YYYY-MM-DDZ |
department | xs:string | Optional. | The code of the department where the item is being received. If not supplied, a random department will be chosen from the owning library's acquisition departments. |
department_library | xs:string | Optional. | The library code of the department where the item is being received. |
Body Parameters
The item to add. See doc
Output
This method returns a Item
object. See doc
Possible Error Codes
Code | Message |
---|---|
40166411 | Param value is invalid. |
401875 | Failed to find the department. |
401871 | Failed to find the PO Line. |
401878 | Failed to update the item after the receive. |
401877 | Failed to receive PO Line (with error message). |