Below is an example response from the v3 API. The major parts of this response is the "rates" and "quote" sections. Quotes is a brief overview of the quote (travel dates and the quote id number), while rates gives information regarding the quote provided. Most responses will have 6 to 18 rates provided.
Each rate contains a "coverage" section which includes specific coverage items which are included in the quote. The rest of the information is fairly self-explanatory. The term describes the length of the quote. For example, a "sixmo" quote would be valid from the effective_date to six months later. The options are "sixmo", "annual" and "daily". The total_price is the sum of premium, fee, and tax. The issue link is used to retrieve the quote in IIG's system for issuance.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: |
{ "rates":[ { "coverage":[ "liability", "legal", "medical_2000/10000", "underwriter_travel", "mexassist_medevac", "mexassist_trip_interuption", "mexassist_road_assist", "mexassist_rental_car", "mexassist_atm_safe", "mexassist_247_assist", "mexassist_travel" ], "underwriter_coverage_desc":"Standard", "underwriter":"51", "total_price":"146.12", "fee":"33.00", "underwriter_name":"ACE Seguros", "underwriter_image":"https://sb.iigins.com/quote/images/51_l.jpg", "tax":"0.00", "limited_coverage":true, "term":"annual", "premium":"113.12", "issue_link":"http://shteef.iig-dev.com:10501/api/ret_quote.mhtml?quote_id=10089523&underwriter_id=51&aff_id=10741&api_key=367c0824-464b-11e3-a0ae-0019b9f7a9e6&agtdst=&office_code=" }, { "coverage":[ "liability", "legal", "underwriter_travel", "mexassist_medevac", "mexassist_trip_interuption", "mexassist_road_assist", "mexassist_rental_car", "mexassist_atm_safe", "mexassist_247_assist", "mexassist_travel" ], "underwriter_coverage_desc":"Standard", "underwriter":"50", "total_price":"52.62", "fee":"16.00", "underwriter_name":"Grupo National Provincial", "underwriter_image":"https://sb.iigins.com/quote/images/50_l.jpg", "tax":"3.47", "limited_coverage":true, "term":"daily", "premium":"33.15", "issue_link":"http://shteef.iig-dev.com:10501/api/ret_quote.mhtml?quote_id=10089523&underwriter_id=50&aff_id=10741&api_key=367c0824-464b-11e3-a0ae-0019b9f7a9e6&agtdst=&office_code=" } ], "quote":{ "expiration_date":"12172013", "quote_id":"10089523", "effective_date":"12142013" } } |