API Docs
Operation on request for resource sharing.
Contents
This web service performs an operation on a user's request for resource sharing.
Resource URL
POST /almaws/v1/users/{user_id}/resource-sharing-requests/{request_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_id | xs:string | A unique identifier for the user |
request_id | xs:string | The identifier of the resource sharing request. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
request_id_type | xs:string | Optional. | Request ID type. Optional. Use request_id_type=external to search by external identifier. |
op | xs:string | Optional. | The operation to be performed on the request. Mandatory. Currently only update_shipping is supported. |
shipping_cost | xs:string | Optional. | The updated shipping cost. |
fund_code | xs:string | Optional. | The code of the updated fund. |
Body Parameters
This method takes a Resource Sharing Request object. See doc
Output
This method returns a User Request for resource sharing
object. See doc
Possible Error Codes
Code | Message |
---|---|
401608 | The given resource sharing library (owner) is not defined in the patron record |
40166411 | Parameter value is invalid. |
40166425 | Shipping cost cannot be lower than 0. |
40166426 | Parameter value is invalid (with error message). |
40166412 | Failed to perform operation. |
60340 | The request is API Restricted by library. |
60258 | The API Restricted profile is not valid. |