Create multiple PY Employee Securities
  • 13 Jun 2025
  • 1 Minute to read
  • Dark
    Light

Create multiple PY Employee Securities

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/pyempsecurity
Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+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