API Documentation - member_messages/reply_quote

Send a message to a received message

Last updated on 27/08/2014 13:39:57

You need to send messages to specific quotes (messages) sent from other companies. You don't use the quote_value_id field, you use the quote_id of the list of responses. You can just send the quote_id of the latest response as a fallback.

POST Parameters

Name Type Explanation Example
login_key string The login key returned when logging in
description string The text of the message
quote_id integer The ID of the quote you want to reply

Return

Name Type Explanation Example
message string Message explaining the process

Try it!