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 |
{
"product": "iasau",
"age": 42,
"profession": "acupuncturist",
"death_cap": "death_cap_2",
"injury": "injury_1",
"sickness": "sickness_3",
"claims": "claims_0",
"region": "QLD"
}
{
"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
}