HTTP | /<service>/<version>/<parameters> |
GET | /stock/v3/quantity |
...
Environment | Request URL |
UAT | https://ihubuat.supplystream.com:8081/api/stock/v3/quantity?api_key=<api_Key>Key> |
Live | https://ihub.supplystream.com:8081/api/salesorders/stock/v3/quantity?api_key=<api_Key>Key> |
Header | Requirement | JSON | XML |
Accept | Optional. Returns JSON XML if undefined. | Accept: application/json | Accept: application/xml |
...
API call formatting
XML Format | |
Body | N/A |
Example success Response Body | <?xml version="1.0" encoding="utf-8"?> |
Example failure Response Body<?xml version="1.0" encoding="utf-8"?> | <Response> |
JSON Format | |
Body | N/A |
Example success Response Body | { |
Example failure Response Body | { |
...