Retrieve PY Employee Deductions By Code
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Retrieve PY Employee Deductions By Code

    • Dark
      Light

    Article summary

    Get
    /hcm-rest-api/rest/1/pyempded

    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.

    ParameterDescriptionSample
    PloCodePlan Option Code401K 1%
    DedCodeDeduction Type Code401K
    PlanCodePlan Code401K
    EmpNoEmployee Number006
    EffStartDateEffective Start Date2015-01-01
    EndDateEnd Date2022-06-30

    By UUID

    This is an optional finder for querying a specific Employee Deduction by row ID.

    ParameterDescriptionSample
    /VUUIDThe VUuid attribute is the Unique row ID/hcm-rest-api/rest/1/pyempded/EFE1D405C9F306D2E05316821FAC680E
    Security
    HTTP
    Type basic

    Basic authentication

    Query parameters
    finder
    string
    ExampleselectByCode; PloCode=401K 1%, DedCode=401K ,PlanCode=401K ,EmpNo=006, EffStartDate=2015-01-01, EndDate=2022-06-30
    limit
    integer
    Example500
    offset
    integer
    Example0
    totalResults
    boolean
    Exampletrue
    orderBy
    string
    ExampleEmdVUuid
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourcecollection+json
    {
      "items": [
        {
          "EmdCompCode": "001",
          "EmdPrnCode": "WK",
          "EmdEmpNo": "006",
          "EmdDedCode": "401K",
          "EmdDedName": "401K Deduction",
          "EmdStartDate": "2015-01-01",
          "EmdEffStartDate": "2015-01-01",
          "EmdEndDate": null,
          "EmdDedAmount": 1,
          "EmdDedType": "L",
          "EmdBaseCode": null,
          "EmdContrAmt": null,
          "EmdContrMaxAmt": null,
          "EmdBaseAmt": null,
          "EmdPlanCode": "401K",
          "EmdPlanName": "401K",
          "EmdPloCode": "401K 1%",
          "EmdPloName": "401K 1%",
          "EmdVendor": "0001-10-01T12:00:00Z",
          "EmdVenName": "Sun Life Group",
          "EmdOutOfAreaFlag": "N",
          "EmdOthInsurFlag": "N",
          "EmdOthInsurVendor": null,
          "EmdOthPolicyNo": null,
          "EmdOthPolicyName": null,
          "EmdOthInsurEffDate": null,
          "EmdComment": null,
          "EmdDeductionSeq": 30950,
          "EmdVendorAddCode": null,
          "EmdDefaultAmount": 1,
          "EmdMinMax": null,
          "EmdMinMaxAmt": null,
          "EmdTotalAmt": null,
          "EmdEmplrContrEffectiveDate": null,
          "EmdLtdTotalAmt": null,
          "EmdUser": "ARCORO",
          "EmdStartDateDisplay": "2015-01-01T12:00:00Z",
          "EmdLastUpdDate": "2022-12-15T05:03:12Z",
          "EmdVUuid": "EFE1D405C9F306D2E05316821FAC680E",
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempded/EFE1D405C9F306D2E05316821FAC680E",
              "name": "pyempded",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempded/EFE1D405C9F306D2E05316821FAC680E",
              "name": "pyempded",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 5,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempded",
          "name": "pyempded",
          "kind": "collection"
        }
      ]
    }
    object