Skip to main content

Retrieve all

GET 

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

List all Pension Contribution Expenses in a given household and for a Person.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    personId stringrequired

    The person's id

Query Parameters

    page integer

    Zero-based page index (0..N)

    size integer

    Default value: 20

    The size of the page to be returned

    sort string[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

OK

Schema
    content object[]
  • Array [
  • 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.

  • ]
  • empty boolean
    first boolean
    last boolean
    number int32
    numberOfElements int32
    pageable object
    offset int64
    pageNumber int32
    pageSize int32
    paged boolean
    sort object
    empty boolean
    sorted boolean
    unsorted boolean
    unpaged boolean
    size int32
    sort object
    empty boolean
    sorted boolean
    unsorted boolean
    totalElements int64
    totalPages int32
Loading...