A Result Codes

This section provides detailed information about result codes.

GET HTTP Method

The following table describes the possible result codes for GET method:

Table A-1 Result Codes for GET

Code Description
200 OK
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
429 Too Many Requests
500 Internal Server Error
503 Service Unavailable

PUT HTTP Method

The following table describes the possible result codes for PUT method:

Table A-2 Result Codes for PUT

Code Description
200 Updated
201 Created
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable
504 Gateway Timeout

POST HTTP Method

The following table describes the possible result codes for POST method:

Table A-3 Result Codes for POST

Code Description
200 OK
201 Imported/Created
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable
504 Gateway Timeout

DELETE HTTP Method

The following table describes the possible result codes for DELETE method:

Table A-4 Result Codes for DELETE

Code Description
200 OK
204 Successfully Deleted
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
429 Too Many Requests
500 Internal Server Error
503 Service Unavailable