Retrieve a Specific PY Check
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific PY Check
- 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/pychecks/D2B738475DBB47BAE05316821FACA276
Query Standards
Key | Recommended | Description |
---|---|---|
finder | Yes | Filters data based on attributes |
limit | Yes | No. of items to return |
offset | Yes | item index |
totalResults | Yes | Returns total number of items |
orderBy | Yes | Returns list of items order by given attribute |
Finder
Following row finders are available for data filtering and optimizing request performance.
- By UUID
By UUID
This is the recommended finder for querying a specific PY Check by its row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276 |
Security
HTTP
Type basic
Basic authentication
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PycCheckSeqNo": 6773,
"PycCompCode": "001",
"PycPrnCode": "WK",
"PycYear": 2015,
"PycPprPeriod": 3,
"PycEmpNo": "02085",
"PycPygCode": "HRLY",
"PycTranType": "C",
"PycBankCode": "BOA",
"PycBranchCode": "NY",
"PycBankAccNum": "100100987",
"PycEmpBankCode": null,
"PycEmpBranchCode": null,
"PycEmpBankAccNum": null,
"PycCheckNum": 30,
"PycCheckAmt": 1478.29,
"PycCheckDate": "2015-01-21",
"PycCheckVoidDate": null,
"PycRecDate": null,
"PycRecFlag": "N",
"PycStatementDate": null,
"PycRefSeqNo": 6773,
"PycUser": "UIG",
"PycLastUpdDate": "2015-05-28T15:33:43Z",
"PycAchTranCode": null,
"PycManualChkPrint": "N",
"PycPrintCheckOnly": "N",
"PycAsciiFileNo": null,
"PycThirdPartySickPay": null,
"PycAssignedCheckNum": 0,
"PycCklocCode": null,
"PycCklocPygCode": null,
"PycPositivePayFileNo": null,
"PycHomeCompCode": "001",
"PycHomeDeptCode": "113",
"PycVUuid": "D2B738475DBB47BAE05316821FACA276",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276",
"name": "pychecks",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276",
"name": "pychecks",
"kind": "item"
}
]
}
object