Developer Resources
Search Documentation
Overview
next4biz CRM Web Services (FSWS) provide a Representational State Transfer (REST) architecture based web service for the clients. Strictly following REST architecture, FSWS operate over the Secure Hypertext Transfer Protocol (HTTPS).

Clients send HTTPS requests to the Web Service resources by using HTTPS Request Methods (GET,POST,PUT,DELETE) to define the fetch, create, update, and delete actions.

For each request method related a operation:

  • GET Search
  • POST Create
  • PUT Update
  • DELETE Remove

All the requests are responded with status codes to define the response (success, bad request etc.). For the fetch actions (in most cases, for create actions as well), the data is send back in JSON format. The data input to
the system must be in JSON format. The content-type must be specified in the URL as application/json.

next4biz CRM Web Services allows clients to manage datas without the need of the Web Interface.

ERROR HANDLING

All the Internal errors will return HTTP 500 Internal Response Status Code with accompanying error description in Response Status Description.