Advertisement
zakirpub

/api/businessDetails/save

Feb 6th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Requested 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.  
  16.   "abnBranch": "asdfasd",
  17.   "abnacn": "strasdfasding",
  18.   "businessDetailsID": 0,
  19.   "businessID": 24,
  20.   "createdBy": "hannan",
  21.   "createdDate": "2018-02-06T06:32:18.445Z",
  22.   "emailAddress": "hannan@gmail.com",
  23.   "fax": "sdfasdf",
  24.   "financialYearID": 1,
  25.   "lockmyDataAt": "2018-02-06T06:32:18.445Z",
  26.   "openingBalanceDate": "2018-02-06T06:32:18.445Z",
  27.   "phone": "3434564",
  28.   "status": 1,
  29.   "taxPaymentsReporting": true,
  30.   "tradingName": "string",
  31.   "updatedBy": "string",
  32.   "updatedDate": "2018-02-06T06:32:18.445Z",
  33.   "website": "www.hannan.com"
  34.  },
  35.  "token": "string",
  36.  "userID": "zakir456@gmail.com"
  37. }
  38. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Requested Output!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  39. {
  40.   "token": null,
  41.   "responseObject": {
  42.     "createdBy": "zakir456@gmail.com",
  43.     "updatedBy": "string",
  44.     "createdDate": 1517899529896,
  45.     "updatedDate": 1517898738445,
  46.     "status": 1,
  47.     "businessDetailsID": 34,
  48.     "businessID": 24,
  49.     "financialYearID": 1,
  50.     "tradingName": "string",
  51.     "abnacn": "strasdfasding",
  52.     "abnBranch": "asdfasd",
  53.     "taxPaymentsReporting": true,
  54.     "emailAddress": "hannan@gmail.com",
  55.     "phone": "3434564",
  56.     "fax": "sdfasdf",
  57.     "website": "www.hannan.com",
  58.     "openingBalanceDate": 1517898738445,
  59.     "lockmyDataAt": 1517898738445
  60.   },
  61.   "responseCode": 200,
  62.   "businessID": 0,
  63.   "message": "Success",
  64.   "brokerMessageId": "1be9af5d-d58d-4b37-bd51-0bba9cec28c4",
  65.   "pageIndex": 0,
  66.   "recordCount": 0
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement