Download OpenAPI specification:
Report conversion of the main product without ancillary insurance products
| partner_id required | string |
| quote_package_id required | string Booking |
| x-idempotency-key | string Idempotency key |
| partner_metadata | object (Partner metadata) This field takes partner-specific fields. The keys represent field names and can be any arbitrary string.The values must be one of the simple JSON types: string, boolean, number or null. It’s impossible to use complex types i.e. objects and arrays. |
{- "partner_metadata": { }
}{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Create a quote with provided parameters
| partner_id required | string |
| fast_quote | boolean Fast quote calculation.Quote will be calculated, but results won't be stored. |
| active_only | boolean Select only active policies if testing API key is used. |
| include_extra_fields | boolean Include extra_fields in Fast quote response. Shall be used in conjunction with "fast_quote" |
| extra_fields | string Extra fields to include in response |
| currency required | string (Currency) Enum: "AED" "AFN" "ARS" "AUD" "AZN" "BAM" "BDT" "BGN" "BHD" "BRL" "BSD" "BYN" "CAD" "CHF" "CLP" "CNY" "COP" "CRC" "CZK" "DJF" "DKK" "EGP" "ERN" "ETB" "EUR" "FJD" "GBP" "GEL" "GTQ" "HKD" "HNL" "HRK" "HUF" "IDR" "ILS" "INR" "IQD" "ISK" "JOD" "JPY" "KES" "KHR" "KRW" "KWD" "KZT" "LAK" "LBP" "LKR" "MAD" "MKD" "MUR" "MVR" "MXN" "MYR" "NGN" "NOK" "NPR" "NZD" "OMR" "PEN" "PHP" "PKR" "PLN" "QAR" "RON" "RSD" "RUB" "SAR" "SDG" "SEK" "SGD" "SYP" "THB" "TJS" "TRY" "TWD" "UAH" "UGX" "USD" "UYU" "UZS" "VND" "XPF" "YER" "ZAR" |
required | Array of objects (PolicyRequest) |
| customer_country required | string (Customer country) Enum: "AF" "AX" "AL" "DZ" "AS" "AD" "AO" "AI" "AQ" "AG" "AR" "AM" "AW" "AU" "AT" "AZ" "BS" "BH" "BD" "BB" "BY" "BE" "BZ" "BJ" "BM" "BT" "BO" "BQ" "BA" "BW" "BV" "BR" "IO" "BN" "BG" "BF" "BI" "CV" "KH" "CM" "CA" "KY" "CF" "TD" "CL" "CN" "CX" "CC" "CO" "KM" "CG" "CD" "CK" "CR" "CI" "HR" "CU" "CW" "CY" "CZ" "DK" "DJ" "DM" "DO" "EC" "EG" "SV" "GQ" "ER" "EE" "SZ" "ET" "FK" "FO" "FJ" "FI" "FR" "GF" "PF" "TF" "GA" "GM" "GE" "DE" "GH" "GI" "GO" "GR" "GL" "GD" "GP" "GU" "GT" "GG" "GN" "GW" "GY" "HT" "HM" "VA" "HN" "HK" "HU" "IS" "IN" "ID" "IR" "IQ" "IE" "IM" "IL" "IT" "JM" "JP" "JE" "JO" "KZ" "KE" "KI" "XK" "KW" "KG" "LA" "LV" "LB" "LS" "LR" "LY" "LI" "LT" "LU" "MO" "MG" "MW" "MY" "MV" "ML" "MT" "MH" "MQ" "MR" "MU" "YT" "MX" "FM" "MD" "MC" "MN" "ME" "MS" "MA" "MZ" "MM" "NA" "NR" "NP" "NL" "NC" "NZ" "NI" "NE" "NG" "NU" "NF" "KP" "MK" "MP" "NO" "OM" "PK" "PW" "PS" "PA" "PG" "PY" "PE" "PH" "PN" "PL" "PT" "PR" "QA" "RE" "RO" "RU" "RW" "BL" "SH" "KN" "LC" "MF" "PM" "VC" "WS" "SM" "ST" "SA" "SN" "RS" "SC" "SL" "SG" "SX" "SK" "SI" "SB" "SO" "ZA" "GS" "KR" "SS" "ES" "LK" "SD" "SR" "SJ" "SE" "CH" "SY" "TW" "TJ" "TZ" "TH" "TL" "TG" "TK" "TO" "TT" "TN" "TR" "TM" "TC" "TV" "UG" "UA" "AE" "GB" "UM" "US" "UY" "UZ" "VU" "VE" "VN" "VG" "VI" "WF" "EH" "YE" "ZM" "ZW" |
| customer_region | string or null (Customer region) <= 64 characters Country subdivision where the customer resides (as defined by ISO-3166-2, e.g. "AU-NSW", "FR-20R", "IS-1", "JP-13", "SE-T", "SI-099", "US-NY") |
| customer_language | string (Customer language) [ 1 .. 8 ] characters Customer's language |
| customer_email | string or null <email> (Customer email) <= 254 characters Email address of the customer (bq_policy_pii) |
| customer_ip | string or null (Customer ip) non-empty |
| customer_postcode | string or null (Customer postcode) <= 32 characters |
| partner_subsidiary | string or null (Partner subsidiary) <= 128 characters Subsidiary of the Partner if applicable |
| partner_transaction_id | string or null (Partner transaction id) <= 1024 characters A unique id of the transaction record (booking, order, etc) on the partner side. It can be used in get booking endpoint, but only if characters are limited to alphanumeric symbols, hyphens and underscores. |
| partner_customer_id | string or null (Partner customer id) <= 1024 characters Partner's customer ID for this transaction |
| partner_metadata | object (Partner metadata) This field can be used to pass custom information along with the quote request. The value of this field should be a JSON object representing key-value pairs with a string, boolean or number as a value. Complex data types like objects or array are not allowed. |
| experiment | object (Experiment) Default: {} Experiment related data. This can be used, for example, to control the experiment (by setting the 'treatment' key) |
| policyholder | object or null (Policyholder) Policyholder information (bq_policy_pii) |
| opt_out | boolean (Opt out) Default: false Should the created quote be automatically opted out (no booking can be made) |
{- "currency": "AED",
- "request": [
- {
- "age": 120,
- "sex": "M",
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "policy_end_date": "2019-08-24T14:15:22Z",
- "at_work": true,
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "employee_id": 0,
- "employer_id": "string",
- "cover_method": true,
- "employer_name": "string",
- "industry_code": 0,
- "group_policy_id": "string",
- "invoice_trigger": true,
- "occupation_code": 0,
- "life_cover_units": 6,
- "occupation_title": "string",
- "industry_category": "string",
- "employment_category": "W",
- "employer_contact_name": "string",
- "employer_contact_email": "string",
- "policy_type_version": 4,
- "policy_type": "life_insurance"
}
], - "customer_country": "AF",
- "customer_region": "string",
- "customer_language": "string",
- "customer_ip": "string",
- "customer_postcode": "string",
- "partner_subsidiary": "string",
- "partner_transaction_id": "string",
- "partner_customer_id": "string",
- "partner_metadata": { },
- "experiment": { },
- "policyholder": { },
- "opt_out": false
}{- "currency": "str",
- "quotes": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}
}, - "pds_url": "string",
- "files": "string",
- "extra_fields": "string",
- "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "experiment": { }
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}
}, - "pds_url": "string",
- "files": "string",
- "extra_fields": "string",
- "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "experiment": { }
}
}, - "errors": {
- "property1": "string",
- "property2": "string"
}, - "fast_quote_id": "string"
}Get a specific quote information
| partner_id required | string |
| quote_package_id required | string QuotePackage |
{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}
}, - "bundle_code": "string",
- "bundle_price": 0,
- "bundle_content": {
- "title": "string",
- "description": "string",
- "optout_msg": "string",
- "disclaimer": "string"
}, - "bundle_price_formatted": "string",
- "bundle_discount_percent": 0,
- "bundle_discount_amount": 0,
- "bundle_discount_amount_formatted": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Update an existing Quote in a Quote Package.
For addition or modification of specific field types(lists or objects) in the "request" field, send the new data appended to the existing data for that particular field type.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
| currency required | string (Currency) Enum: "AED" "AFN" "ARS" "AUD" "AZN" "BAM" "BDT" "BGN" "BHD" "BRL" "BSD" "BYN" "CAD" "CHF" "CLP" "CNY" "COP" "CRC" "CZK" "DJF" "DKK" "EGP" "ERN" "ETB" "EUR" "FJD" "GBP" "GEL" "GTQ" "HKD" "HNL" "HRK" "HUF" "IDR" "ILS" "INR" "IQD" "ISK" "JOD" "JPY" "KES" "KHR" "KRW" "KWD" "KZT" "LAK" "LBP" "LKR" "MAD" "MKD" "MUR" "MVR" "MXN" "MYR" "NGN" "NOK" "NPR" "NZD" "OMR" "PEN" "PHP" "PKR" "PLN" "QAR" "RON" "RSD" "RUB" "SAR" "SDG" "SEK" "SGD" "SYP" "THB" "TJS" "TRY" "TWD" "UAH" "UGX" "USD" "UYU" "UZS" "VND" "XPF" "YER" "ZAR" |
Array of objects or null | |
| customer_country required | string (Customer country) Enum: "AF" "AX" "AL" "DZ" "AS" "AD" "AO" "AI" "AQ" "AG" "AR" "AM" "AW" "AU" "AT" "AZ" "BS" "BH" "BD" "BB" "BY" "BE" "BZ" "BJ" "BM" "BT" "BO" "BQ" "BA" "BW" "BV" "BR" "IO" "BN" "BG" "BF" "BI" "CV" "KH" "CM" "CA" "KY" "CF" "TD" "CL" "CN" "CX" "CC" "CO" "KM" "CG" "CD" "CK" "CR" "CI" "HR" "CU" "CW" "CY" "CZ" "DK" "DJ" "DM" "DO" "EC" "EG" "SV" "GQ" "ER" "EE" "SZ" "ET" "FK" "FO" "FJ" "FI" "FR" "GF" "PF" "TF" "GA" "GM" "GE" "DE" "GH" "GI" "GO" "GR" "GL" "GD" "GP" "GU" "GT" "GG" "GN" "GW" "GY" "HT" "HM" "VA" "HN" "HK" "HU" "IS" "IN" "ID" "IR" "IQ" "IE" "IM" "IL" "IT" "JM" "JP" "JE" "JO" "KZ" "KE" "KI" "XK" "KW" "KG" "LA" "LV" "LB" "LS" "LR" "LY" "LI" "LT" "LU" "MO" "MG" "MW" "MY" "MV" "ML" "MT" "MH" "MQ" "MR" "MU" "YT" "MX" "FM" "MD" "MC" "MN" "ME" "MS" "MA" "MZ" "MM" "NA" "NR" "NP" "NL" "NC" "NZ" "NI" "NE" "NG" "NU" "NF" "KP" "MK" "MP" "NO" "OM" "PK" "PW" "PS" "PA" "PG" "PY" "PE" "PH" "PN" "PL" "PT" "PR" "QA" "RE" "RO" "RU" "RW" "BL" "SH" "KN" "LC" "MF" "PM" "VC" "WS" "SM" "ST" "SA" "SN" "RS" "SC" "SL" "SG" "SX" "SK" "SI" "SB" "SO" "ZA" "GS" "KR" "SS" "ES" "LK" "SD" "SR" "SJ" "SE" "CH" "SY" "TW" "TJ" "TZ" "TH" "TL" "TG" "TK" "TO" "TT" "TN" "TR" "TM" "TC" "TV" "UG" "UA" "AE" "GB" "UM" "US" "UY" "UZ" "VU" "VE" "VN" "VG" "VI" "WF" "EH" "YE" "ZM" "ZW" |
| customer_region | string or null (Customer region) <= 64 characters Country subdivision where the customer resides (as defined by ISO-3166-2, e.g. "AU-NSW", "FR-20R", "IS-1", "JP-13", "SE-T", "SI-099", "US-NY") |
| customer_language | string (Customer language) [ 1 .. 8 ] characters Customer's language |
| customer_email | string or null <email> (Customer email) <= 254 characters Email address of the customer (bq_policy_pii) |
| customer_ip | string or null (Customer ip) non-empty |
| customer_postcode | string or null (Customer postcode) <= 32 characters |
| partner_subsidiary | string or null (Partner subsidiary) <= 128 characters Subsidiary of the Partner if applicable |
| partner_transaction_id | string or null (Partner transaction id) <= 1024 characters A unique id of the transaction record (booking, order, etc) on the partner side. It can be used in get booking endpoint, but only if characters are limited to alphanumeric symbols, hyphens and underscores. |
| partner_customer_id | string or null (Partner customer id) <= 1024 characters Partner's customer ID for this transaction |
| partner_metadata | object (Partner metadata) This field can be used to pass custom information along with the quote request. The value of this field should be a JSON object representing key-value pairs with a string, boolean or number as a value. Complex data types like objects or array are not allowed. |
| experiment | object (Experiment) Default: {} Experiment related data. This can be used, for example, to control the experiment (by setting the 'treatment' key) |
| policyholder | object or null (Policyholder) Policyholder information (bq_policy_pii) |
| preview | boolean (Preview) Default: false When preview is True, the update will only be displayed but not saved. |
{- "currency": "AED",
- "request": [
- {
- "property1": "string",
- "property2": "string"
}
], - "customer_country": "AF",
- "customer_region": "string",
- "customer_language": "string",
- "customer_ip": "string",
- "customer_postcode": "string",
- "partner_subsidiary": "string",
- "partner_transaction_id": "string",
- "partner_customer_id": "string",
- "partner_metadata": { },
- "experiment": { },
- "policyholder": { },
- "preview": false
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}
}, - "bundle_code": "string",
- "bundle_price": 0,
- "bundle_content": {
- "title": "string",
- "description": "string",
- "optout_msg": "string",
- "disclaimer": "string"
}, - "bundle_price_formatted": "string",
- "bundle_discount_percent": 0,
- "bundle_discount_amount": 0,
- "bundle_discount_amount_formatted": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Add quotes to existing package
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
required | Array of objects |
{- "request": [
- {
- "property1": "string",
- "property2": "string"
}
]
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}
}, - "bundle_code": "string",
- "bundle_price": 0,
- "bundle_content": {
- "title": "string",
- "description": "string",
- "optout_msg": "string",
- "disclaimer": "string"
}, - "bundle_price_formatted": "string",
- "bundle_discount_percent": 0,
- "bundle_discount_amount": 0,
- "bundle_discount_amount_formatted": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Delete quotes from existing package
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
required | Array of objects (QuoteID) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
]
}
}, - "bundle_code": "string",
- "bundle_price": 0,
- "bundle_content": {
- "title": "string",
- "description": "string",
- "optout_msg": "string",
- "disclaimer": "string"
}, - "bundle_price_formatted": "string",
- "bundle_discount_percent": 0,
- "bundle_discount_amount": 0,
- "bundle_discount_amount_formatted": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Lists all partner bookings filtered by the query parameters. Datetime fields need to use url-encoded ISO 8601 date format.
| partner_id required | string |
| limit | integer Number of results to return per page. |
| offset | integer The initial index from which to return the results. |
| id | string id |
| customer__email | string customer__email |
| customer__email__startswith | string customer__email__startswith |
| customer__phone | string customer__phone |
| customer__phone__startswith | string customer__phone__startswith |
| status | string status (E.g. 1, 2, 3, CONFIRMED, CANCELLED etc.) |
| updated_before | string updated_before |
| updated_after | string updated_after |
| created_before | string created_before |
| created_after | string created_after |
{- "count": 0,
- "results": [
- {
- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
}
]
}Get booking details for the provided quote package id or partner_transaction_id.
| partner_id required | string |
| quote_package_id required | string Booking |
{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
- "partner": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "xpay_payment_enabled": true,
- "xpay_b2c_payment_enabled": true,
- "xpay_refund_enabled": true,
- "automatic_refund_by_xcore": true,
- "allow_policy_modifications_on_xcover": true,
- "emails": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "from_email": "string",
- "email_slug": "string",
- "email_version": -2147483648,
- "event_name": 0,
- "include_partner_in_context": true,
- "attach_coi": true,
- "send_linked_sms": true,
- "auto_send": true,
- "enable_expression": "string"
}
], - "attributes": { },
- "signup_method_on_xcover": "phone",
- "use_standard_region": true,
- "allow_payout_customer": true,
- "subsidiary": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
}
}, - "partner_metadata": { },
- "customer_language": "string"
}Convert a specific quote to booking
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
required | Array of objects (BookingRequestQuote) |
required | object (Policyholder) |
| require_payment_confirmation | boolean (Require payment confirmation) |
| partner_transaction_id | string (Partner transaction id) non-empty |
| xpay_charge_id | string (Xpay charge id) non-empty Deprecated. Please use the payment_details. |
| xpay_customer_token_id | string (Xpay customer token id) non-empty Deprecated. Please use the payment_details. |
object (PaymentDetails) | |
object (BookingAgent) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "instalment_plan": "string",
- "first_instalment_paid": true,
- "age": 120,
- "sex": "M",
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "group_policy_id": "string",
- "life_cover_units": 6
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string"
}, - "require_payment_confirmation": true,
- "partner_transaction_id": "string",
- "xpay_charge_id": "string",
- "xpay_customer_token_id": "string",
- "payment_details": {
- "provider": "string",
- "xpay_charge_id": "string",
- "xpay_customer_id": "string",
- "transaction_id": "string",
- "customer_token_id": "string"
},
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
}Change the owner of a booking to another user.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
| first_name required | string (First name) [ 1 .. 255 ] characters First name |
| last_name required | string or null (Last name) <= 255 characters Last name |
string or null (Email) Email address | |
| phone | string or null (Phone) Phone number |
| address1 | string or null (Address1) <= 256 characters Address line 1 |
| address2 | string or null (Address2) <= 256 characters Address line 2 |
| postcode | string or null (Postcode) <= 32 characters Postcode |
| company | string or null (Company) <= 256 characters Company name |
| company_reg_id | string or null (Company reg id) <= 64 characters Company registration ID |
| middle_name | string or null (Middle name) <= 256 characters |
| country required | string (Country) Enum: "AF" "AX" "AL" "DZ" "AS" "AD" "AO" "AI" "AQ" "AG" "AR" "AM" "AW" "AU" "AT" "AZ" "BS" "BH" "BD" "BB" "BY" "BE" "BZ" "BJ" "BM" "BT" "BO" "BQ" "BA" "BW" "BV" "BR" "IO" "BN" "BG" "BF" "BI" "CV" "KH" "CM" "CA" "KY" "CF" "TD" "CL" "CN" "CX" "CC" "CO" "KM" "CG" "CD" "CK" "CR" "CI" "HR" "CU" "CW" "CY" "CZ" "DK" "DJ" "DM" "DO" "EC" "EG" "SV" "GQ" "ER" "EE" "SZ" "ET" "FK" "FO" "FJ" "FI" "FR" "GF" "PF" "TF" "GA" "GM" "GE" "DE" "GH" "GI" "GO" "GR" "GL" "GD" "GP" "GU" "GT" "GG" "GN" "GW" "GY" "HT" "HM" "VA" "HN" "HK" "HU" "IS" "IN" "ID" "IR" "IQ" "IE" "IM" "IL" "IT" "JM" "JP" "JE" "JO" "KZ" "KE" "KI" "XK" "KW" "KG" "LA" "LV" "LB" "LS" "LR" "LY" "LI" "LT" "LU" "MO" "MG" "MW" "MY" "MV" "ML" "MT" "MH" "MQ" "MR" "MU" "YT" "MX" "FM" "MD" "MC" "MN" "ME" "MS" "MA" "MZ" "MM" "NA" "NR" "NP" "NL" "NC" "NZ" "NI" "NE" "NG" "NU" "NF" "KP" "MK" "MP" "NO" "OM" "PK" "PW" "PS" "PA" "PG" "PY" "PE" "PH" "PN" "PL" "PT" "PR" "QA" "RE" "RO" "RU" "RW" "BL" "SH" "KN" "LC" "MF" "PM" "VC" "WS" "SM" "ST" "SA" "SN" "RS" "SC" "SL" "SG" "SX" "SK" "SI" "SB" "SO" "ZA" "GS" "KR" "SS" "ES" "LK" "SD" "SR" "SJ" "SE" "CH" "SY" "TW" "TJ" "TZ" "TH" "TL" "TG" "TK" "TO" "TT" "TN" "TR" "TM" "TC" "TV" "UG" "UA" "AE" "GB" "UM" "US" "UY" "UZ" "VU" "VE" "VN" "VG" "VI" "WF" "EH" "YE" "ZM" "ZW" Country of residence |
| age | integer or null (Age) Age |
| city | string or null (City) <= 128 characters City of residence |
| region | string or null (Region) <= 64 characters Region |
| secondary_email | string or null (Secondary email) non-empty Secondary email address |
| birth_date | string or null <date> (Birth date) Date of birth |
| tax_payer_id | string or null (Tax payer id) <= 32 characters Tax payer ID |
{- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string"
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
- "partner": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "xpay_payment_enabled": true,
- "xpay_b2c_payment_enabled": true,
- "xpay_refund_enabled": true,
- "automatic_refund_by_xcore": true,
- "allow_policy_modifications_on_xcover": true,
- "emails": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "from_email": "string",
- "email_slug": "string",
- "email_version": -2147483648,
- "event_name": 0,
- "include_partner_in_context": true,
- "attach_coi": true,
- "send_linked_sms": true,
- "auto_send": true,
- "enable_expression": "string"
}
], - "attributes": { },
- "signup_method_on_xcover": "phone",
- "use_standard_region": true,
- "allow_payout_customer": true,
- "subsidiary": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
}
}, - "partner_metadata": { },
- "customer_language": "string"
}Confirms booking in two-step booking scenario. In this case require_payment_confirmation flag in the Create booking request needs to be set.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
object (PaymentDetails) | |
| xpay_charge_id | string (Xpay charge id) non-empty Deprecated, moved into payment_details. |
{- "payment_details": {
- "provider": "string",
- "xpay_charge_id": "string",
- "xpay_customer_id": "string",
- "transaction_id": "string",
- "customer_token_id": "string"
}, - "xpay_charge_id": "string"
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
}Confirm processing of refunds for quotes in a booking.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
required | Array of objects (RefundConfirmationQuoteRequest) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "transaction_id": "string",
- "refund_date": "2019-08-24T14:15:22Z",
- "refund_amount": 0
}
]
}{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Manually triggers policy lifecycle email to be sent to the customer
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
string or null (Email) Email address | |
| event | string or null (Event) Enum: "BOOKING_CREATED" "BOOKING_CANCELLED" Defines what email to trigger |
{- "email": "string",
- "event": "BOOKING_CREATED"
}{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Convert a fast quote to booking
| partner_id required | string |
| fast_quote_id required | string |
| x-idempotency-key | string Idempotency key |
required | Array of objects (BookingRequestQuote) |
required | object (Policyholder) |
| require_payment_confirmation | boolean (Require payment confirmation) |
| partner_transaction_id | string (Partner transaction id) non-empty |
| xpay_charge_id | string (Xpay charge id) non-empty Deprecated. Please use the payment_details. |
| xpay_customer_token_id | string (Xpay customer token id) non-empty Deprecated. Please use the payment_details. |
object (PaymentDetails) | |
object (BookingAgent) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "instalment_plan": "string",
- "first_instalment_paid": true,
- "age": 120,
- "sex": "M",
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "group_policy_id": "string",
- "life_cover_units": 6
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string"
}, - "require_payment_confirmation": true,
- "partner_transaction_id": "string",
- "xpay_charge_id": "string",
- "xpay_customer_token_id": "string",
- "payment_details": {
- "provider": "string",
- "xpay_charge_id": "string",
- "xpay_customer_id": "string",
- "transaction_id": "string",
- "customer_token_id": "string"
},
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
}Make quote and booking in a single step
| partner_id required | string |
| active_only | boolean Select only active policies if testing API key is used. |
| x-idempotency-key | string Idempotency key |
| customer_language | string (Customer language) [ 1 .. 8 ] characters Customer's language |
| partner_transaction_id | string or null (Partner transaction id) <= 1024 characters A unique id of the transaction record (booking, order, etc) on the partner side. It can be used in get booking endpoint, but only if characters are limited to alphanumeric symbols, hyphens and underscores. |
| experiment | object (Experiment) Default: {} Experiment related data. This can be used, for example, to control the experiment (by setting the 'treatment' key) |
required | object (Policyholder) |
object (PaymentDetails) | |
| partner_customer_id | string or null (Partner customer id) <= 1024 characters Partner's customer ID for this transaction |
object (BookingAgent) | |
required | Array of objects (BookingPolicyRequest) |
| customer_ip | string or null (Customer ip) non-empty |
| currency required | string (Currency) Enum: "AED" "AFN" "ARS" "AUD" "AZN" "BAM" "BDT" "BGN" "BHD" "BRL" "BSD" "BYN" "CAD" "CHF" "CLP" "CNY" "COP" "CRC" "CZK" "DJF" "DKK" "EGP" "ERN" "ETB" "EUR" "FJD" "GBP" "GEL" "GTQ" "HKD" "HNL" "HRK" "HUF" "IDR" "ILS" "INR" "IQD" "ISK" "JOD" "JPY" "KES" "KHR" "KRW" "KWD" "KZT" "LAK" "LBP" "LKR" "MAD" "MKD" "MUR" "MVR" "MXN" "MYR" "NGN" "NOK" "NPR" "NZD" "OMR" "PEN" "PHP" "PKR" "PLN" "QAR" "RON" "RSD" "RUB" "SAR" "SDG" "SEK" "SGD" "SYP" "THB" "TJS" "TRY" "TWD" "UAH" "UGX" "USD" "UYU" "UZS" "VND" "XPF" "YER" "ZAR" |
| partner_subsidiary | string or null (Partner subsidiary) <= 128 characters Subsidiary of the Partner if applicable |
| fast_quote_id | string <uuid> (Fast quote id) |
| xpay_charge_id | string (Xpay charge id) non-empty Deprecated, moved into payment_details. |
| partner_metadata | object (Partner metadata) This field can be used to pass custom information along with the quote request. The value of this field should be a JSON object representing key-value pairs with a string, boolean or number as a value. Complex data types like objects or array are not allowed. |
{- "customer_language": "string",
- "partner_transaction_id": "string",
- "experiment": { },
- "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string"
}, - "payment_details": {
- "provider": "string",
- "xpay_charge_id": "string",
- "xpay_customer_id": "string",
- "transaction_id": "string",
- "customer_token_id": "string"
}, - "partner_customer_id": "string",
- "request": [
- {
- "age": 120,
- "sex": "M",
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "policy_end_date": "2019-08-24T14:15:22Z",
- "at_work": true,
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "employee_id": 0,
- "employer_id": "string",
- "cover_method": true,
- "employer_name": "string",
- "industry_code": 0,
- "group_policy_id": "string",
- "invoice_trigger": true,
- "occupation_code": 0,
- "life_cover_units": 6,
- "occupation_title": "string",
- "industry_category": "string",
- "employment_category": "W",
- "employer_contact_name": "string",
- "employer_contact_email": "string",
- "policy_type_version": 4,
- "policy_type": "life_insurance",
- "partner_price": 0
}
], - "customer_ip": "string",
- "currency": "AED",
- "partner_subsidiary": "string",
- "fast_quote_id": "35c03aeb-0972-4351-af1b-d008324c66dd",
- "xpay_charge_id": "string",
- "partner_metadata": { }
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
}Modifies booking. This endpoint can potentially trigger premium change.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
Array of objects (UpdateBookingRequestQuote) non-empty | |
| xpay_charge_id | string (Xpay charge id) non-empty |
object (PolicyholderUpdate) | |
| skip_xpay_transaction | boolean (Skip xpay transaction) Default: false |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "update_fields": {
- "age": 120,
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "policy_end_date": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "group_policy_id": "string",
- "life_cover_units": 6
}, - "modification_id": "39d4ab5d-94d6-4d4f-9f67-5e13cf1b3f52",
- "modification_fields": { }
}
], - "xpay_charge_id": "string",
- "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string"
}, - "skip_xpay_transaction": false
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "attributes": {
- "property1": "string",
- "property2": "string"
}, - "can_be_cancelled": "string",
- "coolingoff_end_date": "string",
- "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "cancellation_info": "string",
- "price_diff": 0,
- "price_diff_formatted": "string"
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
- "total_price_diff": 0,
- "total_price_diff_formatted": "string"
}Confirms booking modification and set parameters as provided in the previous " modification" request
| partner_id required | string |
| quote_package_id required | string |
| update_id required | string |
| x-idempotency-key | string Idempotency key |
| xpay_charge_id | string (Xpay charge id) non-empty |
{- "xpay_charge_id": "string"
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "attributes": {
- "property1": "string",
- "property2": "string"
}, - "can_be_cancelled": "string",
- "coolingoff_end_date": "string",
- "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "cancellation_info": "string",
- "price_diff": 0,
- "price_diff_formatted": "string"
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
- "total_price_diff": 0,
- "total_price_diff_formatted": "string"
}Generates a quote for booking modification. The modification then needs to be confirmed using the update_id parameter provided in the response.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
Array of objects (UpdateBookingRequestQuote) non-empty | |
| xpay_charge_id | string (Xpay charge id) non-empty |
object (PolicyholderUpdate) | |
| skip_xpay_transaction | boolean (Skip xpay transaction) Default: false |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "update_fields": {
- "age": 120,
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "policy_end_date": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "group_policy_id": "string",
- "life_cover_units": 6
}, - "modification_id": "39d4ab5d-94d6-4d4f-9f67-5e13cf1b3f52",
- "modification_fields": { }
}
], - "xpay_charge_id": "string",
- "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string"
}, - "skip_xpay_transaction": false
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "attributes": {
- "property1": "string",
- "property2": "string"
}, - "can_be_cancelled": "string",
- "coolingoff_end_date": "string",
- "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "cancellation_info": "string",
- "price_diff": 0,
- "price_diff_formatted": "string"
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
- "total_price_diff": 0,
- "total_price_diff_formatted": "string",
- "update_id": "string",
- "payment_methods": [
- {
- "number": 0,
- "variant": "string",
- "expiry_year": 0,
- "holder_name": "string",
- "expiry_month": 0,
- "payment_method": "string"
}
]
}Cancel a specific booking.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
| preview | boolean (Preview) Default: false |
| refund_required | boolean (Refund required) Default: true Deprecated. Refund will be created on a best-effort basis |
Array of objects (CancelBookingRequestQuote) |
{- "preview": false,
- "refund_required": true,
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "reason_for_cancellation": "string"
}
]
}{- "id": "string",
- "status": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "policy_cancellation_date": "2019-08-24T14:15:22Z",
- "policy_coolingoff_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "refund_value": 0,
- "adjustment_fee": 0,
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "commission": "string"
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "total_price": 0,
- "total_price_formatted": "string",
- "total_refund": 0,
- "total_refund_formatted": "string",
- "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "currency": "str",
- "cancellation_id": "string",
- "confirm_before": "2019-08-24T14:15:22Z",
- "partner": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "xpay_payment_enabled": true,
- "xpay_b2c_payment_enabled": true,
- "xpay_refund_enabled": true,
- "automatic_refund_by_xcore": true,
- "allow_policy_modifications_on_xcover": true,
- "emails": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "from_email": "string",
- "email_slug": "string",
- "email_version": -2147483648,
- "event_name": 0,
- "include_partner_in_context": true,
- "attach_coi": true,
- "send_linked_sms": true,
- "auto_send": true,
- "enable_expression": "string"
}
], - "attributes": { },
- "signup_method_on_xcover": "phone",
- "use_standard_region": true,
- "allow_payout_customer": true,
- "subsidiary": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
}
}, - "refund_amount": 0,
- "refund_amount_formatted": "string",
- "cancellation_payout_url": "string"
}Confirm the cancellation that is created by booking cancellation preview
| partner_id required | string |
| quote_package_id required | string |
| cancellation_id required | string |
| x-idempotency-key | string Idempotency key |
| reason_for_cancellation | string or null (Reason for cancellation) <= 1000 characters |
{- "reason_for_cancellation": "string"
}{- "id": "string",
- "status": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "policy_cancellation_date": "2019-08-24T14:15:22Z",
- "policy_coolingoff_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "refund_value": 0,
- "adjustment_fee": 0,
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "commission": "string"
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "total_price": 0,
- "total_price_formatted": "string",
- "total_refund": 0,
- "total_refund_formatted": "string",
- "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "currency": "str",
- "cancellation_id": "string",
- "confirm_before": "2019-08-24T14:15:22Z",
- "partner": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "xpay_payment_enabled": true,
- "xpay_b2c_payment_enabled": true,
- "xpay_refund_enabled": true,
- "automatic_refund_by_xcore": true,
- "allow_policy_modifications_on_xcover": true,
- "emails": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "from_email": "string",
- "email_slug": "string",
- "email_version": -2147483648,
- "event_name": 0,
- "include_partner_in_context": true,
- "attach_coi": true,
- "send_linked_sms": true,
- "auto_send": true,
- "enable_expression": "string"
}
], - "attributes": { },
- "signup_method_on_xcover": "phone",
- "use_standard_region": true,
- "allow_payout_customer": true,
- "subsidiary": {
- "id": "string",
- "slug": "string",
- "name": "string",
- "title": "string",
}
}, - "refund_amount": 0,
- "refund_amount_formatted": "string",
- "cancellation_payout_url": "string"
}Creates a renewal with parameters provided in the previous "Quote for renewal" request
| partner_id required | string |
| quote_package_id required | string |
| pending_renewal_id required | string |
| return_booking_detail | boolean Return booking details in response |
| x-idempotency-key | string Idempotency key |
required | Array of objects (BookingRequestQuote) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "instalment_plan": "string",
- "first_instalment_paid": true,
- "age": 120,
- "sex": "M",
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "group_policy_id": "string",
- "life_cover_units": 6
}
]
}{- "renewal_id": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string",
- "show_benefits": true,
- "metadata": { },
- "policy_id": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string",
- "show_benefit": "string",
- "claim_types": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
], - "attributes": { },
- "underwriting_fee": 0
}
]
}Calling this endpoint indicates that customer is not intended to renew the policyinsurance products
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
Array of objects (RenewalOptoutRequestQuote) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Generates a Quote for renewal as specified in the request which can then be confirmed using the endpoint specified in the Response or through auto_confirm flag in the Request.
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
| auto_confirm | boolean (Auto confirm) Default: false Should the created renewal be automatically confirmed |
| use_newest_policy | boolean (Use newest policy) Default: false Use newest policy on renewal |
| due_date_within | integer (Due date within) Only renew quotes whose due dates are within the specified number of days from when the request is sent. If not provided, all quotes that are eligible for renewal will be renewed. Accepts non-positive values as well. |
{- "auto_confirm": false,
- "use_newest_policy": false,
- "due_date_within": 0
}{- "renewal_id": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string",
- "show_benefits": true,
- "metadata": { },
- "policy_id": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string",
- "show_benefit": "string",
- "claim_types": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "discount_price": 0,
- "discount_price_formatted": "string",
- "discount_amount": 0,
- "discount_amount_formatted": "string",
- "instalment_plans": [
- {
- "name": "string",
- "label": "string",
- "amount": 0,
- "first_instalment_amount": 0
}
], - "attributes": { },
- "underwriting_fee": 0
}
]
}Run pricing for an UNPRICED instalment. If dry_run is true in the request body, changes will not be saved.
| partner_id required | string |
| quote_package_id required | string |
| instalment_id required | string |
| dry_run | boolean (Dry run) Default: false |
{- "dry_run": false
}{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Get instalments details for the provided quote package id.
| partner_id required | string |
| quote_package_id required | string Booking |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "next_payment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "number": -32768,
- "quote": "ac2490ad-7b17-416c-8a94-838b251071f6",
- "period_start_date": "2019-08-24T14:15:22Z",
- "period_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "total_amount": 0,
- "total_amount_formatted": "string",
- "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "surcharges": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "payment_failures": { },
- "extra_fields": "string"
}, - "paid_until": "2019-08-24T14:15:22Z",
- "is_payment_overdue": true,
- "payment_schedule": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "number": -32768,
- "quote": "ac2490ad-7b17-416c-8a94-838b251071f6",
- "period_start_date": "2019-08-24T14:15:22Z",
- "period_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "total_amount": 0,
- "total_amount_formatted": "string",
- "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "surcharges": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "payment_failures": { },
- "extra_fields": "string"
}
], - "total_amount_paid": 0,
- "total_amount_due": 0,
- "partner_comission_paid": 0,
- "partner_comission_due": 0
}
], - "currency": "string"
}Update instalment payment status
| partner_id required | string |
| quote_package_id required | string |
| x-idempotency-key | string Idempotency key |
required | Array of objects (QuoteInstalment) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "instalment_id": "286b1dc2-e2f0-40ea-bc39-079ef019b7d0",
- "instalment_number": 0,
- "payment_attempted_date": "2019-08-24T14:15:22Z",
- "payment_status": "PAID",
- "payment_failures": { }
}
]
}{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}Calculate final adjustments for cancelled quotes' instalments. For each instalment covered by the cancellation date, recalculate pricing, and save the final_adjustment amount.
| partner_id required | string |
| quote_package_id required | string |
{- "type": "string",
- "message": "string",
- "code": "string",
- "href": "string",
- "errors": {
- "property1": "string",
- "property2": "string"
}
}List tables.
| partner_id required | string |
| ordering | string Which field to use when ordering the results. |
| limit | integer Number of results to return per page. |
| offset | integer The initial index from which to return the results. |
{- "count": 0,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "table_id": "ac92386a-00cc-4818-bf43-1a666d5a5e67",
- "slug": "string",
- "version": 2147483647,
- "file": "string",
- "active_from": "2019-08-24T14:15:22Z",
- "template": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "columns": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "data_type": "TEXT",
- "is_nullable": true,
- "is_unique": true,
- "create_index": true
}
]
}
}
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "table_id": "ac92386a-00cc-4818-bf43-1a666d5a5e67",
- "slug": "string",
- "version": 2147483647,
- "file": {
- "name": "string",
- "contents": [
- [
- "string"
]
]
}, - "active_from": "2019-08-24T14:15:22Z",
- "template": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "columns": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "data_type": "TEXT",
- "is_nullable": true,
- "is_unique": true,
- "create_index": true
}
]
}, - "data": { }
}Confirm an offer by converting it to a booking
| partner_id required | string[A-Z0-9]+ Partner ID |
| offer_id required | string <uuid> Offer ID from create_offer response |
| x-idempotency-key | string Idempotency key |
required | Array of objects (BookingRequestQuote) |
required | object (Policyholder) |
| require_payment_confirmation | boolean (Require payment confirmation) |
| partner_transaction_id | string (Partner transaction id) non-empty |
| xpay_charge_id | string (Xpay charge id) non-empty Deprecated. Please use the payment_details. |
| xpay_customer_token_id | string (Xpay customer token id) non-empty Deprecated. Please use the payment_details. |
object (PaymentDetails) | |
object (BookingAgent) |
{- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "insured": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "country": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": { },
- "company": "string"
}
], - "instalment_plan": "string",
- "first_instalment_paid": true,
- "age": 120,
- "sex": "M",
- "job_title": "string",
- "employment_type": "fulltime",
- "annual_gross_income": 0,
- "policy_start_date": "2019-08-24T14:15:22Z",
- "beneficiary": {
- "phone": "string",
- "last_name": "string",
- "birth_date": "2019-08-24",
- "first_name": "string",
- "middle_name": "string"
}, - "group_policy_id": "string",
- "life_cover_units": 6
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string"
}, - "require_payment_confirmation": true,
- "partner_transaction_id": "string",
- "xpay_charge_id": "string",
- "xpay_customer_token_id": "string",
- "payment_details": {
- "provider": "string",
- "xpay_charge_id": "string",
- "xpay_customer_id": "string",
- "transaction_id": "string",
- "customer_token_id": "string"
},
}{- "id": "string",
- "status": "string",
- "currency": "str",
- "total_price": 0,
- "total_price_formatted": "string",
- "partner_transaction_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "security_token": "string",
- "quotes": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "policy_start_date": "2019-08-24T14:15:22Z",
- "policy_end_date": "2019-08-24T14:15:22Z",
- "status": "string",
- "price": 0,
- "price_formatted": "string",
- "policy": {
- "policy_type": "string",
- "policy_type_version": "string",
- "policy_type_slug": "string",
- "policy_type_group_name": "string",
- "policy_name": "string",
- "policy_code": "string",
- "policy_version": "string",
- "category": "string",
- "content": {
- "title": "string",
- "header": "string",
- "description": "string",
- "optout_msg": "string",
- "inclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "exclusions": [
- {
- "title": "string",
- "description": "string"
}
], - "disclaimer": "string",
- "disclaimer_html": "string",
- "payment_disclaimer": "string",
- "in_path_disclaimer": "string",
- "extra_content": {
- "property1": "string",
- "property2": "string"
}
}, - "underwriter": {
- "disclaimer": "string",
- "name": "string"
}, - "claim_selector_id": "string",
- "policy_currency": "string"
}, - "insured": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email": "string",
- "country": "AF",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "postcode": "string",
- "region": "string",
- "phone": "string",
- "age": 150,
- "birth_date": "2019-08-24",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "company": "string"
}
], - "tax": {
- "total_tax": 0,
- "total_amount_without_tax": 0,
- "total_tax_formatted": "string",
- "total_amount_without_tax_formatted": "string",
- "taxes": [
- {
- "tax_amount": 0,
- "tax_code": "string",
- "tax_amount_formatted": "string"
}
]
}, - "duration": "string",
- "benefits": [
- {
- "benefit_content_id": "8650c96c-29ca-4b1b-b909-6f276c601c22",
- "description": "string",
- "extra_content": "string",
- "parent_benefit_content_id": "71c06cd4-50d9-476e-86b3-b34a7cf4d685",
- "parent_description": "string",
- "limit_description": "string",
- "limit": 0,
- "limit_policy_currency": 0,
- "limit_formatted": "string",
- "limit_policy_currency_formatted": "string",
- "limit_per_unit": 0,
- "limit_per_unit_policy_currency": 0,
- "limit_per_unit_formatted": "string",
- "limit_per_unit_policy_currency_formatted": "string",
- "excess_description": "string",
- "excess": 0,
- "excess_policy_currency": 0,
- "excess_formatted": "string",
- "excess_policy_currency_formatted": "string",
- "minimum_claim_amount": 0,
- "minimum_claim_amount_policy_currency": 0,
- "minimum_claim_amount_formatted": "string",
- "minimum_claim_amount_policy_currency_formatted": "string",
- "waiting_period": 0,
- "maximum_claims": 0,
- "benefit_code": "string"
}
], - "commission": {
- "partner_commission": 0,
- "partner_commission_formatted": "string",
- "surcharge_commission": 0,
- "surcharge_commission_formatted": "string",
- "total_commission": 0,
- "total_commission_formatted": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "is_renewable": true,
- "is_pricebeat_enabled": "string",
- "cover_amount": 0,
- "cover_amount_formatted": "string",
- "attachments": "string",
- "files": "string",
- "custom_documents": { },
- "extra_fields": {
- "property1": "string",
- "property2": "string"
}, - "surcharge": {
- "total_amount": 0,
- "total_amount_formatted": "string",
- "surcharges": [
- {
- "amount": 0,
- "amount_formatted": "string",
- "code": "string",
- "label": "string"
}
]
}, - "parent_quote_status": "string",
- "experiment": {
- "property1": "string",
- "property2": "string"
}, - "next_renewal": {
- "id": "string",
- "package_id": "string",
- "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992",
- "status": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "notification_date": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z",
- "cancelled_on": "2019-08-24T14:15:22Z",
- "paid_on": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}, - "can_be_cancelled": "string",
- "errors": [
- "string"
], - "third_party_admins": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
], - "ombudsman_list": [
- {
- "name": "string",
- "phone": "string",
- "email": "string"
}
]
}
], - "policyholder": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "address1": "string",
- "address2": "string",
- "postcode": "string",
- "company": "string",
- "company_reg_id": "string",
- "middle_name": "string",
- "country": "AF",
- "age": 0,
- "city": "string",
- "region": "string",
- "secondary_email": "string",
- "birth_date": "2019-08-24",
- "tax_payer_id": "string",
- "allow_updates": false,
- "fields_allowed_to_update": [
- "string"
]
}, - "total_tax": 0,
- "total_tax_formatted": "string",
- "total_premium": 0,
- "total_premium_formatted": "string",
- "fnol_link": "string",
}