API Docs
Operation on a user's purchase request.
Contents
This Web service performs an operation on a user's purchase request.
Resource URL
POST /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 |
---|---|---|---|
op | xs:string | Optional. | The operation to be performed on the purchase request. Mandatory. Currently cancel is supported. |
Body Parameters
None
Output
Possible Error Codes
Code | Message |
---|---|
401652 | General Error: An error has occurred while processing the request. |
60276 | The purchase request identifier is not valid. |
60277 | The purchase request deletion failed. |
401873 | The operation is not supported. |