Skip to main content

Retrieve

GET 

/scenarios/:scenarioId/persons/:personId/expenses/employee-pension-contribution/:expenseId

Provides information on a given Expense from the specified Household and Person.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    personId stringrequired

    The person's id

    expenseId stringrequired

    The expense's id

Responses

OK

Schema
    description string

    Description of the resource.

    earnedIncomeId stringrequired

    The id of the earned income that this pension contribution associates.

    earnedIncomePercentSaved doublerequired

    Possible values: <= 1

    Percentage of associated earned income that we should save.

    id string

    The id of the resource.

    name string

    The name of the resource.

    portfolioId stringrequired

    The portfolio ID that this pension contributes to.

    properties object

    Properties of the resource.

    property name* object

    Properties of the resource.

Loading...