PUT VendorOrder

Acknowledge/Reset Orders for Vendor

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

Order Numbers of the Orders to Update

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  638499884616155805,
  638499884616155806,
  638499884616155807
]

application/xml, text/xml

Sample:
<ArrayOfLong xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <long>638499884616155805</long>
  <long>638499884616155806</long>
  <long>638499884616155807</long>
</ArrayOfLong>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>