Salary Template

These endpoints let you manage salary templates in the system. It allows you to retrieve, create, update, and delete salary template records.

Get Salary Item Add On

get

Return the salary item add-on.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Query parameters
employeeIdentificationNumberstringRequiredExample: EMP-2024-001
datestringRequiredExample: 2024-01-01
salaryItemCodestringRequiredExample: BASIC_SALARY
Responses
chevron-right
200

OK

application/json
amountnumberOptional
datestringOptional
salaryCalculationProcessedbooleanOptional
get
/core/v1/salary-item-add-on

Update Salary Item Add On

put

Update the salary item add-on.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Body
amountnumberRequired
datestringRequired
Responses
chevron-right
200

OK

application/json
amountnumberOptional
datestringOptional
salaryCalculationProcessedbooleanOptional
put
/core/v1/salary-item-add-on

Delete Salary Item Add On

delete

Delete the salary item add-on.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Query parameters
employeeIdentificationNumberstringRequiredExample: EMP-2024-001
datestringRequiredExample: 2024-01-01
salaryItemCodestringRequiredExample: BASIC_SALARY
Responses
chevron-right
200

OK

application/json
anyOptional
delete
/core/v1/salary-item-add-on

Add Salary Item Add On

put

Add a salary item add-on.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Body
amountnumberRequired
datestringRequired
Responses
chevron-right
200

OK

application/json
amountnumberOptional
datestringOptional
salaryCalculationProcessedbooleanOptional
put
/core/v1/salary-item-add-on/add

Subtract Salary Item Add On

put

Subtract a salary item add-on.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Body
amountnumberRequired
datestringRequired
Responses
chevron-right
200

OK

application/json
anyOptional
put
/core/v1/salary-item-add-on/subtract

Get Salary Templates

get

Search Query

Supported Keys
Supported Operators
Notes

code

:

Like operator

name

:

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-templates

Get Salary Template by Id

get

Return the salary template 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
idstring · uuidOptional
codestringOptional
namestringOptional
get
/core/v1/salary-templates/{id}

Last updated