HTTP |
/<service>/<version>/<parameters> |
POST |
/products/v4/submit |
Environment |
Request URL |
UAT |
https://ihubuat.supplystream.com:8081/api/products/v4/submit?api_key=<api_Key> |
Live |
https://ihub.supplystream.com:8081/api/products/v4/submit?api_key=<api_Key> |
Header |
Requirement |
JSON |
XML |
Content-Type |
Required |
Content-Type: application/json |
Content-Type: application/xml |
Accept |
Optional. Returns Content-Type format if undefined |
Accept: application/json |
Accept: application/xml |
API call formatting
XML Format |
|
Body |
<?xml version="1.0"?> |
Example success Response Body |
<?xml version="1.0" encoding="utf-8"?> |
Example failure Response Body |
<?xml version="1.0" encoding="utf-8"?> |
JSON Format |
|
Body |
{ |
Example success Response Body |
{ |
Example failure Response Body |
{ |