Link Search Menu Expand Document

Individual Accident and Sickness Online

Protection for when the unexpected happens


Parameter Explanations

Parameter Type Description
product String The product slug: “iasau”
age Integer The age in years of the cover holder
profession String The indentifier of the selected profession for the cover holder
death_cap String The indentifier of the selected Death and Capital benefit
injury String The indentifier of the selected Injury benefit
sickness String The indentifier of the selected Sickness benefit
claims String The indentifier of the claims history for the cover holder. Note that claims_2 will require authorisation. See the page for submitting for authorisation for more info
claims_remarks String Optional - If an option other than “I haven’t had any claims” (claims_0)j is selected for the claims option, it may be helpful to the underwriter if there is some explanation about the nature of the claims
region String The state the cover holder is located in
policy_start_date String Optional, see Products page for more info
name String The name of the person responsible for the policy
email String The email address of the person responsible for the policy
name_of_insured String Optional, The name of the policy holder if different from the contact name

Minimum Parameters to get a quote

{
  "product": "iasau",
  "age": 42,
  "profession": "acupuncturist",
  "death_cap": "death_cap_2",
  "injury": "injury_1",
  "sickness": "sickness_3",
  "claims": "claims_0",
  "region": "QLD"
}

All Parameters

{
  "product": "iasau",
  "age": 42,
  "profession": "acupuncturist",
  "death_cap": "death_cap_2",
  "injury": "injury_1",
  "sickness": "sickness_3",
  "claims": "claims_0",
  "region": "QLD",
  "email": "mary@example.com",
  "name": "Mary Smith",
  "name_of_insured": null
}