- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a PY Tax Override
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create Tax Overrrides
Basic authentication
Effective Date (Starting date for the tax override)
π» UI Fieldname: TxpEffectiveDate
Employee Number β Must be a valid employee code from the PYEMPLOYEE_TABLE (EMP_NO) table.
π» UI Fieldname: TxpEmpNo
Tax Code β Must be a valid tax code from the PYTAX (TAX_CODE) table: - If the State code is βALLβ, then it is a Federal tax. - If using a valid State code and Work Location is βALLβ, then it is a State tax. - If using a valid State code and Work Location code, then it is a Local Tax.
π» UI Fieldname: TxpTaxCode
User who last updated this record.
π» UI Fieldname: TxpUser
Unique ID of Row,Leave Blank
π» UI Fieldname: TxpVUuid
State Code β Must be a valid state code from the PYSTATE (STA_STATE_CODE) table or βALLβ for Federal tax.
π» UI Fieldname: TxpStateCode
Calculation Method β This will be validated through Vertex.
π» UI Fieldname: TxpCalcmeth
Work Location Code β Must be valid values from the PYWORKLOC (WRL_CODE) table.
π» UI Fieldname: TxpWrlCode
Date when the record was last updated.
π» UI Fieldname: TxpLastUpdDate
Created
{
"TxpEmpNo": "801",
"TxpStateCode": "ALL",
"TxpWrlCode": "ALL",
"TxpTaxCode": "FWT",
"TxpEffectiveDate": "2023-01-10",
"TxpTaxAmount": null,
"TxpAmtType": null,
"TxpCalcmeth": "02",
"TxpAltCalcCode": null,
"TxpAddPrimExempAmt": null,
"TxpAddSuplExempAmt": null,
"TxpOvrdRglrTaxRate": null,
"TxpOvrdSuplTaxRate": null,
"TxpAddRglrTaxRate": null,
"TxpAddSuplTaxRate": null,
"TxpOvrdRglrExempAmt": null,
"TxpOvrdSuplExempAmt": null,
"TxpMaxWage": null,
"TxpMaxDedOvrdAmt": null,
"TxpExcludeFlag": null,
"TxpUser": "ARCORO",
"TxpLastUpdDate": "2023-01-11T02:36:53Z",
"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"
}
]
}