API Documentation - my_quotes/list

Gets the list of quotes received in your company

Last updated on 27/08/2014 10:32:37

POST Parameters

Name Type Explanation Example
login_key string The login key returned when logging in
per_page integer Number of elements per page. Maximum is 100
offset integer First record to return. (for pagination)

Return

Name Type Explanation Example
message string Message explaining the process
total_records integer Total number of records (useful for pagination)
list array List of received quotes

Try it!