Salary Calculation

These endpoints let you manage salary calculations in the system. It allows you to perform salary calculations based on various parameters and settings.

Get Salary Calculation

get

Search Query

Supported Keys
Supported Operators
Notes

id

:

Equal

month

:

Equal

year

:

Equal

salaryPaymentProcess

:

Equal

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/salary-calculations

Get Salary Calculation Details

get

Search Query

Supported Keys
Supported Operators
Notes

salaryCalculationId

:

Like 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/salary-calculations/details

Get Time Allowance Details By Salary Calculation Detail

get

Return the time allowance details for the salary calculation detail.

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
get
/core/v1/salary-calculations/details/{id}/time-allowance-details

Last updated