API Documentation - my_quotes/send_quote_reply

Sends a quote to a received message

Last updated on 27/08/2014 13:18:27

To update the existing quote, send another call to this method. When updating the quote, including a message is mandatory. If you just want to add a message, skip the quote_value and currency_id fields.

POST Parameters

Name Type Explanation Example
login_key string The login key returned when logging in
request_id integer The ID of the request
quote_value (optional) decimal A numeric value representing the quote entered. Leave empty to ignore it 50
currency_id (optional) integer The ID of the currency used. Obtained using the currency_list call 144
quote_text string Text explaining the quote This is a quote message

Return

Name Type Explanation Example
message string Message explaining the process

Try it!