RulePoint
- RulePoint 6.1.2
- All Products
REST API Request
| Successful Response
| Failure Response
|
---|---|---|
GET
| Returns the requested object, along with the response code 200.
| HTTP 400, 403, 404, or 409 error.
|
POST
| Returns the requested object that you created, with a response code 201.
| HTTP 400, 403, 404, 409, or 500 error.
|
PUT
| Updates the object and returns the updated object, with http response code 200.
| HTTP 400, 403, 404, 409, or 500 error.
|
DELETE
| No response, with an http response code 204.
| HTTP 400, 403, 403, 404, 409, or 500 error.
|