Update a Specific PY Tax Override
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Update a Specific PY Tax Override
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/hcm-rest-api/rest/1/pytaxemp/F2A6825A90AF617EE05316821FAC03A9
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "TxpAddPrimExempAmt": 25000 }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"TxpEmpNo": "801",
"TxpStateCode": "ALL",
"TxpWrlCode": "ALL",
"TxpTaxCode": "FWT",
"TxpEffectiveDate": "2023-01-10",
"TxpTaxAmount": null,
"TxpAmtType": null,
"TxpCalcmeth": "02",
"TxpAltCalcCode": null,
"TxpAddPrimExempAmt": 25000,
"TxpAddSuplExempAmt": null,
"TxpOvrdRglrTaxRate": null,
"TxpOvrdSuplTaxRate": null,
"TxpAddRglrTaxRate": null,
"TxpAddSuplTaxRate": null,
"TxpOvrdRglrExempAmt": null,
"TxpOvrdSuplExempAmt": null,
"TxpMaxWage": null,
"TxpMaxDedOvrdAmt": null,
"TxpExcludeFlag": "N",
"TxpUser": "CMICUSER",
"TxpLastUpdDate": "2023-01-19T11:09:51Z",
"TxpTaxType": null,
"TxpJurintType": null,
"TxpExemptFlag": null,
"TxpVUuid": "F2A6825A90AF617EE05316821FAC03A9",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytaxemp/F2A6825A90AF617EE05316821FAC03A9",
"name": "pytaxemp",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytaxemp/F2A6825A90AF617EE05316821FAC03A9",
"name": "pytaxemp",
"kind": "item"
}
]
}
object