zakirpub

SignUp User

Jan 31st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.18 KB | None | 0 0
  1. ..........Request Object ...........................
  2.  
  3. {
  4.   "brokerMessage": {
  5.     "messageId": "string",
  6.     "qos": 0,
  7.     "requestFrom": 0,
  8.     "serviceName": "string",
  9.     "topicId": "string"
  10.   },
  11.   "businessID": 0,
  12.   "pageIndex": 0,
  13.   "pageSize": 0,
  14.   "requestObject": {
  15. "cellPhone": "+8801925789915",
  16.   "createdBy": "string",
  17.   "createdDate": "2018-01-31T06:08:52.220Z",
  18.   "name": "zakir",
  19.   "password": "123",
  20.   "status": 0,
  21.   "surname": "MR.",
  22.   "updatedBy": "string",
  23.   "updatedDate": "2018-01-31T06:08:52.220Z",
  24.   "userID": "zakir123@gmail.com"
  25. },
  26.   "token": "string"
  27. }
  28. ..........  Request Output........................................................
  29.  
  30. {
  31.   "token": "string",
  32.   "responseObject": {
  33.     "createdBy": "zakir123@gmail.com",
  34.     "updatedBy": "string",
  35.     "createdDate": 1517379011234,
  36.     "updatedDate": 1517378932220,
  37.     "status": 1,
  38.     "userID": "zakir123@gmail.com",
  39.     "password": "123",
  40.     "name": "zakir",
  41.     "cellPhone": "+8801925789915"
  42.   },
  43.   "responseCode": 200,
  44.   "businessID": 0,
  45.   "message": "sign up successfully",
  46.   "brokerMessageId": "6d8a62c5-e441-477a-a6a4-b77f9810825a",
  47.   "pageIndex": 0,
  48.   "recordCount": 0
  49. }
Add Comment
Please, Sign In to add comment