API Docs
Get Purchase Requests
Contents
This API returns a list of purchase requests.
Resource URL
GET /almaws/v1/acq/purchase-requests/
API Description
URL Parameters
None
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
format | xs:string | Optional. | Format. Optional. By default all formats will be returned. Possible values according to PR_RequestedFormat code table. |
owning_library | xs:string | Optional. | Owning Library. Optional. By default all libraries will be returned. Possible values are valid library values |
status | xs:string | Optional. | Status. Optional. By default all statuses will be returned. Possible values according to PurchaseRequestStatus code table |
citation_type | xs:string | Optional. | Citation Type. Optional. By default all citation types will be returned. Possible values according to PR_CitationType code table |
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 Purchase Requests
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
40166410 | Parameter value is invalid, please choose one of the valid options. |
60269 | Search for purchase requests failed. |