Controller: General: AddFeedback
AddFeedback
Adds feedback, feedback can be viewed with SearchFeedback api call
Authentication Methods
- With a username and password
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security Token |
OwnerEmail* | String | |
ClientVersion | String | |
Rating | Integer | |
Reason | String | |
Competitor | String | |
Comment | String |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True if success, false if failed |
*=required
CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?ClientVersion=8.2.2.0&Rating=10&Reason=NotNeeded&Competitor=&Comment=Do%20not%20need%20it%20anymore&OwnerEmail=owner@example.com&Task=AddFeedback&Token=umsim2v4toirej745epjf97nt3'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>