Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.18 KB | None | 0 0
  1. curl -g -X POST 'http://10.1.144.128:8080/si/services/rest/sirh/employee?employee={employee:{}}'  -u admin:admin
  2.  
  3. curl -g -X POST 'http://10.1.144.128:8080/si/services/rest/sirh/employee?employee={%0A%09employee:%20{%0A%09%09loginid:%20%22testuser1234zzyy%22,%0A%20%20%20%20%20%20%20%20employee:%20%22Test%20User%22,%0A%20%20%20%20%20%20%20%20firstname:%20%22Test%22,%0A%20%20%20%20%20%20%20%20name:%20%22User%201234%22,%0A%20%20%20%20%20%20%20%20fte:%20%22BUSINESS%20ANALYST%22,%0A%20%20%20%20%20%20%20%20reglementation:%20%22Singapore%22,%0A%20%20%20%20%20%20%20%20fulltime:%20100,%0A%20%20%20%20%20%20%20%20email:%20%22testuser1234@gmail.com%22,%0A%20%20%20%20%20%20%20%20citizenship:%20%22Singapore%22,%0A%20%20%20%20%20%20%20%20gnn:%20%22123456789%22,%0A%20%20%20%20%20%20%20%20company:%20%22VERMEG%20FACTORY%20TUNISIA%22,%0A%20%20%20%20%20%20%20%20employeeid:%20%22987654321%22,%0A%20%20%20%20%20%20%20%20startdate:%20%2201/01/2020%22,%0A%20%20%20%20%20%20%20%20enddate:%20%2202/01/2020%22,%0A%20%20%20%20%20%20%20%20direction:%20%22INSURANCE%20INDUSTRY%22,%0A%20%20%20%20%20%20%20%20product:%20%22SOLIAM%22,%0A%20%20%20%20%20%20%20%20internalnumber:%20%221597533%22%0A%20%20%20%20}%0A}' -u admin:admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement