Create a PY Tax Exemption
    • 19 Jun 2024
    • 1 Minute to read
    • Dark
      Light

    Create a PY Tax Exemption

    • Dark
      Light

    Article summary

    Post
    /hcm-rest-api/rest/1/pytaxexm

    Create Tax Exemptions

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceItem+json
    Body parameters
    object
    Example{ "TxxEmpNo": "805", "TxxStateCode": "ALL", "TxxEffectiveDate": "2022-01-19", "TxxWrlCode": "ALL", "TxxLastUpdDate": "2022-01-19T12:42:15-05:00", "TxxFilingStatus": "01", "TxxUser": "ARCORO", "TxxVUuid": "" }
    TxxVUuid
    string

    Unique uuid of row, Leave Blank

    💻 UI Fieldname: TxxVUuid

    Max length64
    TxxEmpNo
    string

    The unique identifier of an employee

    💻 UI Fieldname: TxxEmpNo

    Max length16
    TxxEffectiveDate
    string

    💻 UI Fieldname: TxxEffectiveDate

    TxxWrlCode
    string

    Work location code. (ALL for state level tax)

    💻 UI Fieldname: TxxWrlCode

    Max length15
    TxxLastUpdDate
    string

    Date and Time stamp of the last update, Leave Blank

    💻 UI Fieldname: TxxLastUpdDate

    TxxStateCode
    string

    State code

    💻 UI Fieldname: TxxStateCode

    Max length4
    TxxFilingStatus
    string

    Filing Status of employee for Taxation purpose

    💻 UI Fieldname: TxxFilingStatus

    Max length2
    TxxUser
    string

    The name of the user who made the last update

    💻 UI Fieldname: TxxUser

    Max length30
    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "TxxEmpNo": "805",
      "TxxStateCode": "ALL",
      "TxxEffectiveDate": "2022-01-19",
      "TxxFilingStatus": "01",
      "TxxNrCertificate": null,
      "TxxExempAmount": null,
      "TxxSuplExpAmount": null,
      "TxxPrimExemp": null,
      "TxxSecnExemp": null,
      "TxxTertExemp": null,
      "TxxUser": "ARCORO",
      "TxxLastUpdDate": "2022-01-19T05:42:15Z",
      "TxxWrlCode": "ALL",
      "TxxResidenceLocCode": null,
      "TxxPrimWorkLocCode": null,
      "TxxMultiJobsFlag": null,
      "TxxDepTaxCreditAmt": null,
      "TxxOtherIncomeAmt": null,
      "TxxOtherDeductionAmt": null,
      "TxxVUuid": "F2A4A14B8AB07A24E05316821FACC292",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytaxexm/F2A4A14B8AB07A24E05316821FACC292",
          "name": "pytaxexm",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytaxexm/F2A4A14B8AB07A24E05316821FACC292",
          "name": "pytaxexm",
          "kind": "item"
        }
      ]
    }
    object