Create multiple PY Employee Securities
- 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Create multiple PY Employee Securities
- Updated on 27 Feb 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
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.batch+json
Body parameters
object
Example{ "parts": [ { "id": "part1", "path": "/1/pyempsecurity", "operation": "create", "payload": { "EsgeGroupCode": "ZZMASTER", "EsgeEmpNo": "1044589", "EsgeSelectFlag": "Y" } }, { "id": "part2", "path": "/1/pyempsecurity", "operation": "create", "payload": { "EsgeGroupCode": "ZAMASTER", "EsgeEmpNo": "1044589", "EsgeSelectFlag": "Y" } }, { "id": "part3", "path": "/1/pyempsecurity", "operation": "create", "payload": { "EsgeGroupCode": "SWCPAYROLL", "EsgeEmpNo": "1044589", "EsgeSelectFlag": "Y" } }, { "id": "part4", "path": "/1/pyempsecurity", "operation": "create", "payload": { "EsgeGroupCode": "MASTER", "EsgeEmpNo": "1044589", "EsgeSelectFlag": "Y" } }, { "id": "part5", "path": "/1/pyempsecurity", "operation": "create", "payload": { "EsgeGroupCode": "GLPAYROLL", "EsgeEmpNo": "1044589", "EsgeSelectFlag": "Y" } } ] }
Responses
201
Successful response