PUT VendorRebate
Acknowledge/Reset Rebate's for Vendor
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| action |
Action to proces for ASN's eg. "Reset" or "Acknowledge" "R" and "A" will also be accepted. |
string |
Required |
| userName | string |
Required |
|
| password | string |
Required |
Body Parameters
Rebate Header IDs of the Rebate's to Update
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 639012933133585559, 639012933133585560, 639012933133585561 ]
application/xml, text/xml
Sample:
<ArrayOfLong xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <long>639012933133585559</long> <long>639012933133585560</long> <long>639012933133585561</long> </ArrayOfLong>
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>