Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Ship X API is the main interface for exchanging data with the central system. 

...

HTTP status codeDescription
200 OKSuccessful request.
201 CREATEDNew resource is created.
204 NO CONTENTServer successfully processed the request, and is not returning any content.
400 BAD REQUESTServer cannot process the request. More info in response.
401 UNAUTHORIZEDProper authorization is required to access this resource.
403 FORBIDDENAccess to the requested resource is forbidden
404 NOT FOUNDResource is not found.
500 SERVER ERRORThe server  failed to fulfil a request

Errors

If error occurs, API will return object with following attributes:

...