Wiki

New Case Case Status
Log In

Wiki

 
Mexico Auto Insurance»Example Request
  • RSS Feed

Last modified on 11/20/2013 1:34 PM by User.

Tags:

Example Request

Below is an example request to the v3 API.

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:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
{
	"auth": {
		"username": "test.user",
		"api_key": "F82FA592-7B15-4F67-8973-9ABAD3643DDC"
	},
	"quote": {
		"effective_date": "12152012",
		"expiration_date": "12182012",
		"quote_id": "12345"
	},
	"policy": {
		"underwriter": 1,
		"term": "daily"
	},
	"limits": {
		"liability": 500000.00,
		"extended_travel": true,
		"medpay": "5000/25000",
		"legal": 10000.00
	},
	"power_unit": {
		"type": "power",
		"style": 1,
		"year": 2012,
		"make": 386,
		"model": 765,
		"value": 25000.00,
		"vin": "17DIGITVINN",
		"license_plate": "976XTX",
		"license_plate_state": "AZ",
		"registration": "AZ",
		"us_insurance_company": "State Farm",
		"us_insurance_policy": "1234567890",
		"us_insurance_expiration": "06012013",
		"ownership": "financed",
		"finance_company": "Honda Motor Finance of America",
		"finance_account": "1234589-B",
		"finance_address": "121 E. Birch Ave.",
		"finance_city": "Flagstaff",
		"finance_state": "AZ",
		"finance_zip": "86001"
	},
	"towed": [
		{	"type": 12,
			"year": 2009,
			"value": 5000.00,
			"make": "Boat",
			"model": "Trailer",
			"license_plate": "967TXT",
			"license_plate_state": "AZ",
			"vin": "17DIGITVIN"
		},
		{	"type": 13,
			"year": 2010,
			"value": 15000.00,
			"make": "Generic",
			"model": "Boat",
			"license_plate": "967TXT",
			"license_plate_state": "AZ",
			"vin": "17DIGITVIN"
		}
	],
	"underwriting": {
		"180_days_in_mexico": true,
		"business_use": false,
		"drivers_under_21": false,
		"collision_in_us": true
	},
	"policyholder": {
		"first_name": "Robert",
		"last_name": "Smith",
		"company_name": "",
		"address": "123 Main St. Appt 45",
		"city": "San Diego",
		"state": "CA",
		"zip": "92130",
		"email": "robert.smith@example.com",
		"password": "SuperSecurePassword",
		"phone": "9282149750",
		"license_number": "B144266388",
		"license_state": "CA"
	},
	"drivers": [
		{	"first_name": "Jane",
			"last_name": "Smith"
		},
		{	"first_name": "Joan",
			"last_name": "Smith"
		}
	],
	"payment": {
		"type": "agent"
	}
}