Salary Template
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
employeeIdentificationNumberstringRequiredExample:
EMP-2024-001datestringRequiredExample:
2024-01-01salaryItemCodestringRequiredExample:
BASIC_SALARYResponses
200
OK
application/json
amountnumberOptional
datestringOptional
salaryCalculationProcessedbooleanOptional
400
Bad Request
get
/core/v1/salary-item-add-onAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
amountnumberRequired
datestringRequired
Responses
200
OK
application/json
amountnumberOptional
datestringOptional
salaryCalculationProcessedbooleanOptional
400
Bad Request
put
/core/v1/salary-item-add-onAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
employeeIdentificationNumberstringRequiredExample:
EMP-2024-001datestringRequiredExample:
2024-01-01salaryItemCodestringRequiredExample:
BASIC_SALARYResponses
200
OK
application/json
anyOptional
400
Bad Request
delete
/core/v1/salary-item-add-onAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
amountnumberRequired
datestringRequired
Responses
200
OK
application/json
amountnumberOptional
datestringOptional
salaryCalculationProcessedbooleanOptional
400
Bad Request
put
/core/v1/salary-item-add-on/addAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
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)
400
Bad Request
get
/core/v1/salary-templatesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
f47ac10b-58cc-4372-a567-0e02b2c3d479Responses
200
OK
application/json
idstring · uuidOptional
codestringOptional
namestringOptional
400
Bad Request
get
/core/v1/salary-templates/{id}Last updated