HTTP Methods

Following HTTP Methods are used in Precisely APIs.

  • GET: To retrieve data in the desired (JSON) format for a single lookup. API Parameters are accepted in query string.
  • POST: Used for batch processing or to retrieve data with huge request payload.