Respond to feedback
Replies to feedback placed against a listing where the authenticated user was the seller.
URL: | https://api.trademe.co.nz/v1/MyTradeMe/Feedback/Reply.{file_format} |
---|---|
HTTP Method: | POST |
Requires Authentication? | Yes |
Permission Required: | MyTradeMeWrite: Maintain your watchlist, answer questions and post comments. |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
file_format | Enumeration (required) | The format of the response. | ||||
---|---|---|---|---|---|---|
|
POST Data
<FeedbackReplyRequest>
FeedbackId | Integer (required) |
The ID of the feedback to reply to. |
---|---|---|
Text | String (required) |
The text of the reply. |
Returns
<FeedbackResponse>
Details on whether the operation was successful.
Success | Boolean |
Indicates whether the operation was successful. |
|||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | String or null |
The description of the error, if the operation failed. |
|||||||||||||||||||||||||||||||||||||||
StatusCode | Enumeration |
The status code indicating what went wrong if the operation failed. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||
FeedbackId | Integer |
If the operation succeeded, the ID of the new feedback. |