Sends an email to a friend about a listing
Sends a message to a friend via an email.
| URL: | https://api.trademe.co.nz/v1/listings/{listingId}/emailFriend.{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 listing the email is about. |
||||
|---|---|---|---|---|---|---|
| file_format | Enumeration (required) | The format of the response. | ||||
|
||||||
POST Data
<EmailFriendRequest>
| Message | String (required) | Message | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CopyToSelf | Boolean (optional) | CopyToSelf | |||||||||||||||||||||||||||||||||
| PhoneNumber | String (optional) | PhoneNumber | |||||||||||||||||||||||||||||||||
| EmailAddress | String (optional) | EmailAddress | |||||||||||||||||||||||||||||||||
| FirstName | String (optional) | FirstName | |||||||||||||||||||||||||||||||||
| LastName | String (optional) | LastName | |||||||||||||||||||||||||||||||||
| EnquiryType | Enumeration (optional) | EnquiryType | |||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||
| ReferringSearchId | String (optional) | ReferringSearchId | |||||||||||||||||||||||||||||||||
| EmailTo | String (optional) |
The email address of the recipient. |
|||||||||||||||||||||||||||||||||
Returns
<EmailResponse>
| Success | Boolean |
Indicates whether the operation was successful. |
|---|