Retrieve HR Dependent Deductions By Code
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve HR Dependent Deductions By Code
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/hcm-rest-api/rest/1/hrdepded
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- Select By Code
- By UUID
Select By Code
Recommended finder parameters. Refer to Query Parameters for example.
Parameter | Description | Sample |
---|---|---|
CompCode | Company Code | 001 |
DedCode | Deduction Code | 401K |
EmpNo | Employee Number | 007 |
By UUID
This is an optional finder for querying a specific Dependent Deduction by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /hcm-rest-api/rest/1/hrdepded/:VUUID |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectByCode;CompCode=001,DedCode=401K,EmpNo=007
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
ExampleTrue
orderBy
string
ExampleDpdVUuid
Responses
200
Successful response