Create a PY Employee Pay Split
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a PY Employee Pay Split
- Updated on 06 Jan 2025
- 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/pyempsalspl
Create Employee Pay Splits
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "EssCompCode": "001", "EssEmpNo": "1010", "EssBankCode": "BOA", "EssSplitNumber": "4", "EssLastUpdDate": "2022-05-20T10:23:45-04:00", "EssUser": "ADWAIT", "EssVUuid": "" }
EssVUuid
string
Unique ID of Row, Leave Blank
💻 UI Fieldname: EssVUuid
Max length64
EssUser
string Required
Userwho last updated this record.
💻 UI Fieldname: EssUser
Max length30
EssBankCode
string
Bank Code - If Direct Deposit, this must be a valid bank code already set up in CMiC.
💻 UI Fieldname: EssBankCode
Max length9
EssSplitNumber
number Required
Priority - Prioritize each detail line by employee. (Use 1,2,3, etc.). Each Company/Employee/Priority number combination must be unique. The amounts will be calculated in priority sequence.
💻 UI Fieldname: EssSplitNumber
Max length223
EssCompCode
string Required
Company Code
💻 UI Fieldname: EssCompCode
Max length8
EssLastUpdDate
string Required
Date when the record was last updated.
💻 UI Fieldname: EssLastUpdDate
EssEmpNo
string Required
Employee Code - Must be valid employee already set up in CMiC.
💻 UI Fieldname: EssEmpNo
Max length16
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"EssCompCode": "001",
"EssEmpNo": "1010",
"EssSplitNumber": 4,
"EssSplitType": null,
"EssBankAccNumber": null,
"EssBankCode": "BOA",
"EssBranchCode": null,
"EssSplitPercent": null,
"EssUser": "ADWAIT",
"EssLastUpdDate": "2022-05-20T14:23:45Z",
"EssAchTranCode": null,
"EssPrenoteCnt": null,
"EssEmpSalSplitType": null,
"EssSplitMethod": null,
"EssTranType": null,
"EssTranCode": null,
"EssNormTranCode": null,
"EssVUuid": "F2A4A14B8AAC7A24E05316821FACC292",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempsalspl/F2A4A14B8AAC7A24E05316821FACC292",
"name": "pyempsalspl",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempsalspl/F2A4A14B8AAC7A24E05316821FACC292",
"name": "pyempsalspl",
"kind": "item"
}
]
}
object