POST VendorOrder
Acknowledge/Reset Orders for Vendor by Order_HeaderID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
action |
Action to proces for Orders eg. "Reset" or "Acknowledge" "R" and "A" will also be accepted. |
string |
Required |
userName | string |
Required |
|
password | string |
Required |
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "example one", "example two", "example three" ]
application/xml, text/xml
Sample:
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <string>example one</string> <string>example two</string> <string>example three</string> </ArrayOfString>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>