Skip to main content

Create

POST 

/scenarios/:scenarioId/persons/:personId/insurances/mortgage-life

Creates a new Mortgage Life Insurance in the given scenario.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    personId stringrequired

    The person's id

Body

required
    description string

    Description of the resource.

    id string

    The id of the resource.

    joint booleanrequired

    Whether this insurance is joint (insures both parthers).

    mortgageId stringrequired

    The mortgage id that this life insurance associates.

    name string

    The name of the resource.

    properties object

    Properties of the resource.

    property name* object

    Properties of the resource.

Responses

Created

Schema
    description string

    Description of the resource.

    id string

    The id of the resource.

    joint booleanrequired

    Whether this insurance is joint (insures both parthers).

    mortgageId stringrequired

    The mortgage id that this life insurance associates.

    name string

    The name of the resource.

    properties object

    Properties of the resource.

    property name* object

    Properties of the resource.

Loading...