Retrieve a Specific PY Check
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve a Specific PY Check

  • Dark
    Light

Article summary

Get
/hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276

Query Standards

KeyRecommendedDescription
finderYesFilters data based on attributes
limitYesNo. of items to return
offsetYesitem index
totalResultsYesReturns total number of items
orderByYesReturns 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.

ParameterDescriptionSample
/VUUIDThe 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