Request & Response (v6) |
Request ObjectEach request to the Ingram Micro APIs MUST have the following headers:
Request MethodsEach resource must support at least one method. Some may support more than one.
IMPORTANT: All POST and PUT calls will require JSON body as a payload. For endpoint specific examples, check out API Documentation. The customer number provided in the call must match the registered customer number. You will receive following error if the numbers do not match.
Response ObjectThe below Header will always be:
Each response that returns from API will have the following top-level HTTP status code to indicate the nature of the response refer to HTTP Codes for full list of HTTP codes. |
Request & Response (v5) |
Request ObjectEach request to the Ingram Micro APIs MUST have the following headers:
Request MethodsEach resource must support at least one method. Some may support more than one.
IMPORTANT: All POST and PUT calls will require "requestpreamble" object in the payload. For endpoint specific examples, check out API Documentation.
IMPORTANT: The customer number provided in the call must match the registered customer number. You will receive following error if the numbers do not match.
Response ObjectThe Content-Type Header will always be:
application/json Each response that return Body content will have the following top-level object:
serviceresponse, responsepreamble
|