Retrieve PY Trade Pay Rates By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve PY Trade Pay Rates By Code
- Updated on 25 Sep 2024
- 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/pytrdpayrate
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- Find By Code
- By UUID
Find By Code
Recommended finder parameters. Refer to Query Parameters for example.
Parameter | Description | Sample |
---|---|---|
EffDate | Effective Date | 2023-12-27 |
CompCode | Company Code | 001 |
TrdCode | Trade Code | U002 |
Primary Key
This is an optional finder for querying a specific Trade Pay Rate by Primary Key (TprVUuid)
Parameter | Description | Sample |
---|---|---|
/VUUID | Trade Pay Rate Row ID | D2B7447C9BA75380E05316821FAC18E5 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectByCode; EffDate=2014-01-01, CompCode=001, TrdCode=U002
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
ExampleTprVUuid:desc
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
"items": [
{
"TprCompCode": "001",
"TprCompName": "CMiC Construction Inc",
"TprTrdCode": "U002",
"TprEffectiveDate": "2014-01-01",
"TprPayRate": 57,
"TprChargeOutRate": 58.5,
"TprBillingRate": 60,
"TprUser": "ADWAIT",
"TprLastUpdDate": "2015-05-04T02:01:21Z",
"TprOtChargeRate": null,
"TprDotChargeRate": null,
"TprOtBillRate": null,
"TprDotBillRate": null,
"TprChargeMultiFlag": "N",
"TprBillMultiFlag": "N",
"TprOtDotPayMultiFlag": "N",
"TprOtPayRate": null,
"TprDotPayRate": null,
"TprIuCreateDate": "2015-05-04T02:01:21Z",
"TprIuUpdateDate": null,
"DiscriminatorCode": null,
"TprVUuid": "D2B7447C9BA75380E05316821FAC18E5",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytrdpayrate/D2B7447C9BA75380E05316821FAC18E5",
"name": "pytrdpayrate",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytrdpayrate/D2B7447C9BA75380E05316821FAC18E5",
"name": "pytrdpayrate",
"kind": "item"
}
]
}
],
"count": 1,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytrdpayrate",
"name": "pytrdpayrate",
"kind": "collection"
}
]
}
object