Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. request({
  2. uri: "http://localhost:8080/HIS_API/rest/UserService/registerUser",
  3. method: "POST",
  4. form: {
  5. roleId:2,
  6. employeeId:26,
  7. userName:"testing",
  8. password:"123"
  9. }
  10. }, function(error, response, body) {
  11. console.log(body);
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement