Skip to main content

Retrieve

GET 

/scenarios/:scenarioId/persons/:personId/insurances/critical-illness/:criticalIllnessInsuranceId

Provides information on a given Insurance for the specified Household.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    personId stringrequired

    The person's id

    criticalIllnessInsuranceId stringrequired

    The insurance's id

Responses

OK

Schema
    description string

    Description of the resource.

    endDate date-timerequired

    The Insurance end date. Valid date string in simplified extended ISO-8601 format (YYYY-MM-DDTHH:mm:ss.sssZ). Will be respected only in conjuction with endsOn equals to USER_DEFINED.

    endsOn string

    Possible values: [USER_DEFINED, ON_RETIREMENT, ON_DEATH]

    Can be any of USER_DEFINED, ON_RETIREMENT, ON_DEATH.

    frequency stringrequired

    Possible values: [UNSPECIFIED, ONE_OFF, DAILY, WEEKLY, MONTHLY, QUARTERLY, SEMI_ANNUALLY, ANNUALLY]

    The payout frequency of the life insurance.

    id string

    The id of the resource.

    joint booleanrequired

    Whether this insurance is joint (insures both parthers).

    name string

    The name of the resource.

    payout numberrequired

    The payout amount of the life insurance. Must be at least 0.

    payoutCurrency stringrequired

    The payout amount currency of the life insurance. Valid currency code ISO-4217 from the list of supported currencies.

    properties object

    Properties of the resource.

    property name* object

    Properties of the resource.

    source string

    Read-only field containing the source of the data (eg. if it was imported from a 3rd party service).

    startDate date-timerequired

    The Insurance start date. Valid date string in simplified extended ISO-8601 format (YYYY-MM-DDTHH:mm:ss.sssZ). Will be respected only in conjuction with startsOn equals to USER_DEFINED.

    startsOn string

    Possible values: [USER_DEFINED, ON_RETIREMENT, ON_DEATH]

    Can be any of USER_DEFINED, ON_RETIREMENT, ON_DEATH.

Loading...