Create or update a note
Creates or updates the note on a listing.
URL: | https://api.trademe.co.nz/v1/MyTradeMe/Notes.{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
<SaveNoteRequest>
Text | String (required) | Text |
---|---|---|
ListingId | Integer (required) | ListingId |
NoteId | Integer (optional) | NoteId |
OfferId | Integer (optional) | OfferId |
PurchaseId | Integer (optional) | PurchaseId |
Returns
<NoteResponse>
Whether the operation was successful and the note details.
Success | Boolean | Success |
---|---|---|
Description | String or null | Description |
NoteId | Integer | NoteId |
Text | String or null | Text |
OfferId | Integer | OfferId |