HTTP status codes

List of common HTTP status codes returned when accessing web service resources:

HTTP Status Code and Message Description
200 OK Operation was successful.
400 BAD REQUEST No Item-Id provided for put/post/delete request.
404 NOT FOUND Can indicate either of the following conditions:
  • The file or item requested does not exist.
  • Put operation (update an existing item) failed because the requested item does not exist.
409 CONFLICT Post operation (create a new item) failed because the requested item has already been created.
423 LOCKED Item is locked (Readu failed to set the record lock).