Retrieve PY Trade Pay Rates By Code
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Retrieve PY Trade Pay Rates By Code

    • Dark
      Light

    Article summary

    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.

    ParameterDescriptionSample
    EffDateEffective Date2023-12-27
    CompCodeCompany Code001
    TrdCodeTrade CodeU002

    Primary Key

    This is an optional finder for querying a specific Trade Pay Rate by Primary Key (TprVUuid)

    ParameterDescriptionSample
    /VUUIDTrade Pay Rate Row IDD2B7447C9BA75380E05316821FAC18E5
    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