Status Codes

Each response from an Oracle CPQ Cloud Service REST resource will contain an HTTP status code to describe the success or failure of the request. Common status codes returned by Oracle CPQ Cloud Service REST resources are below:

HTTP Status Code Description
200 OK The request was completed successfully A 200 status is returned for a successful GET or POST method.
201 Created The request was successfully completed and the response contains the location of the created resource.
202 Accepted The request was accepted but processing has not been completed.
204 Success The request was successfully completed and the response does not have any content.
400 Bad Request The request could not be processed because it contains missing or invalid information (such as a validation error on a parameter or a missing required value).
401 Unauthorized The request is not authorized. The authentication credentials included with this request are missing or invalid.
404 Not Found The request includes a resource URI that does not exist.