API Docs
Act on Requested Resources
Contents
This API performs an action on requested resources that are on the shelf in Alma
Resource URL
POST /almaws/v1/task-lists/requested-resources
API Description
URL Parameters
None
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
library | xs:string | Optional. | The library of the given circulation desk or department where the resources are located. Mandatory. |
circ_desk | xs:string | Optional. | The circulation desk where the action is being performed. Mandatory. |
op | xs:string | Optional. | Operation to be preformed on the list of given requests. Currently the only supported action is 'mark_reported'. Mandatory. |
location | xs:string | Optional. | The location code. Optional. |
pickup_inst | xs:string | Optional. | The pickup institution. Optional. |
reported | xs:string | Optional. | Show reported results: Y/N. Optional. |
printed | xs:string | Optional. | Show printed results: Y/N. Optional. |
Body Parameters
None
Output
This method returns a Requested Resources Action
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
401664 | Mandatory field is missing: X. |
40166414 | The parameter 'X' is mandatory. Valid options are: Y. |