HTTP Methods

Intelliservice APIs use appropriate HTTP verbs for every action.

HTTP Method Description
GET Retrieves information of a request based on SKUs
POST Creates a new resource or performs requested actions
DELETE Deletes the requested resource

Request Content Types

The following data formats are supported by Intelliservice API server when data request is made for POST and PUT operations. Intelliservice API support data types that are set in the correct content type in the HTTP request header.

Request Format Content Type File Upload
JSON application/json No
Multipart form data multi-part/form-data Yes