API Docs
Retrieve user's purchase request.
Contents
This Web service retrieves a user's purchase request.
Resource URL
GET /almaws/v1/users/{user_id}/purchase-requests/{purchase_request_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_id | xs:string | A unique identifier for the user |
purchase_request_id | xs:string | The identifier of the purchase request. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
user_id_type | xs:string | Required | The type of identifier that is being searched. Optional. If this is not provided, all unique identifier types are used. The values that can be used are any of the values in the User Identifier Type code table. |
Body Parameters
None
Output
This method returns a Purchase Request
object. See doc
Possible Error Codes
Code | Message |
---|---|
401890 | User with identifier X of type Y was not found. |
401652 | General Error: An error has occurred while processing the request. |
60276 | The purchase request identifier is not valid. |