Send a complaint about an auction
Sends a complaint about a listing to the Trade Me customer service team.
URL: | https://api.trademe.co.nz/v1/listings/{listingId}/sendcomplaint.{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
listingId | Integer (required) |
The ID of the auction the complaint is about. |
||||
---|---|---|---|---|---|---|
file_format | Enumeration (required) | The format of the response. | ||||
|
POST Data
<ComplaintRequest>
SubjectId | Integer (required) |
The ID of the complaint subject line. This should be sourced from the retrieve complaint subjects API. |
---|---|---|
Body | String (optional) |
Free text field that should contain more details about the complaint. Optional. |
Returns
<ComplaintResponse>
Information 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. |