Others

These endpoints let you manage other payroll-related features in the system. It allows you to retrieve, create, update, and delete various payroll records that do not fall under specific categories.

Deprecated

Get Additional Income Payments

get

Search Query

Supported Keys
Supported Operators
Notes

paymentDate

: > <

Equal Greater than or equal to Less than or equal to

payment.process

:

Equal Boolean

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/additional-income-payments

Get Monthly Recapitulation

get

Return the monthly recapitulation.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
filterTypestringRequiredExample: ORGANIZATION
Query parameters
yearnumberOptionalExample: 2024
monthnumberOptionalExample: 1
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/monthly-recapitulation/{filterType}

Last updated