Create a PY Tax Exemption
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a PY Tax Exemption
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
TxxEmpNo
string
The unique identifier of an employee
TxxEffectiveDate
null
TxxWrlCode
string
Work location code. (ALL for state level tax)
TxxLastUpdDate
null
Date and Time stamp of the last update, Leave Blank
TxxStateCode
string
State code
TxxFilingStatus
string
Filing Status of employee for Taxation purpose
TxxUser
string
The name of the user who made the last update
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