Salary Item
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalDefault:
Page number
0Example: 0sizeinteger · min: 1 · max: 50OptionalDefault:
Page size
10Example: 10includeDefaultTypebooleanOptionalDefault:
falseExample: falsequerystringOptional
Example:
Search Query
| Supported Keys | Supported Operators | Notes |
|---|---|---|
| code | : | Like operator |
| name | : | Like operator |
name:SalaryResponses
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-itemsAuthorizations
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
payslipNamestringOptional
salaryItemCategorystringOptional
pph21MethodstringOptional
pph21ItemstringOptional
400
Bad Request
get
/core/v1/salary-items/{id}Last updated