Former Employee Income

These endpoints let you manage former employee income features in the system. It allows you to retrieve former employee income configurations, calculate related contributions, and manage former employee income records.

Get Former Employee Income Employee

get

Search Query

Supported Keys
Supported Operators
Notes

paymentDate

: > <

Equal operator Greater than or equal to operator Less than or equal to equal operator

paid

:

Equal operator

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/core/v1/former-employee-income-employees

Get Former Employee Incomes

get

Search Query

Supported Keys
Supported Operators
Notes

itemName

:

Like operator

itemType

:

Equal operator

referenceDate

: > <

Equal operator Greater than or equal to operator Less than or equal to equal operator

pph21Method

:

Equal operator

minimumLastWorkingDate

: > <

Equal operator Greater than or equal to operator Less than or equal to equal operator

proportionalMethod

:

Equal operator

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/core/v1/former-employee-incomes

Get Former Employee Income Employee By Former Employee Income Id

get

Search Query

Supported Keys
Supported Operators
Notes

paymentDate

: > <

Equal operator Greater than or equal to operator Less than or equal to equal operator

paid

:

Equal operator

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
formerEmployeeIncomeIdstringRequiredExample: d4e5f6a7-b8c9-0123-def0-12345678901c
Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/core/v1/former-employee-incomes/{formerEmployeeIncomeId}/former-employee-income-employees

Update Former Employee Income Employee By Former Employee Income Id

put

Update the former employee income employee amounts by former employee income id.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
formerEmployeeIncomeIdstringRequiredExample: d4e5f6a7-b8c9-0123-def0-12345678901c
Bodyobject[]
idstringRequired

Employee income ID

amountnumberRequired

Updated amount

Responses
chevron-right
200

OK

application/json
anyOptional
put
/core/v1/former-employee-incomes/{formerEmployeeIncomeId}/former-employee-income-employees/amounts

Get Former Employee Income by Id

get

Return the former employee income by Id.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
idstringRequiredExample: f47ac10b-58cc-4372-a567-0e02b2c3d479
Responses
chevron-right
200

OK

application/json
idstringOptional

Former employee income ID

itemNamestringOptional

Income item name

itemTypestringOptional

Income item type

referenceDatestring · dateOptional

Reference date

pph21MethodstringOptional

PPH21 calculation method

minimumLastWorkingDatestring · dateOptional

Minimum last working date

proportionalMethodstringOptional

Proportional calculation method

proportionalDaysintegerOptional

Number of proportional days

formulastringOptional

Calculation formula

get
/core/v1/former-employee-incomes/{id}

Last updated