Success

Http status code beginning with the number 2 signifies the API request was successful.

CodeTextDescription
200OKWhen there is no error in processing the request with a PATCH request, a HTTP status code 200 will be returned.
201CreatedWhen there is no error in processing the request with a POST request, a HTTP status code 201 will be returned.
204No ContentWhen there is no error in processing the request but there is no content to send in the payload body, a HTTP status code 204 will be returned.