Advertisement
RashedKhanMenon

api/user/signup

Nov 23rd, 2017
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. //  ------------ClintData----------------------------
  2. {
  3.   "token": null,
  4.   "businessID": "0",
  5.   "userID": null,
  6.   "moduleID": 1
  7. }
  8.           //------------RequestObj----------------------------
  9.  {
  10.   "requestObj": {
  11.     "userID": "kamal@gmail.com",
  12.     "password": "123"
  13.   },
  14.   "token": null,
  15.   "pageIndex": 1,
  16.   "pageSize": 0,
  17.   "businessID": "0"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement