Advertisement
zakirpub

/api/businessDetails/get

Feb 7th, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.37 KB | None | 0 0
  1.  
  2. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Requested Object !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  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.   "businessID": 24
  17.  
  18. },
  19.   "token": "string",
  20.   "userID": "string"
  21. }
  22.  
  23.  
  24. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Requested Output!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  25.  
  26. {
  27.   "token": null,
  28.   "responseObject": {
  29.     "businessDetailsModel": {
  30.       "createdBy": "zakir456@gmail.com",
  31.       "updatedBy": "string",
  32.       "createdDate": 1517899529896,
  33.       "updatedDate": 1517898738445,
  34.       "status": 1,
  35.       "businessDetailsID": 34,
  36.       "businessID": 24,
  37.       "financialYearID": 1,
  38.       "tradingName": "string",
  39.       "abnacn": "strasdfasding",
  40.       "abnBranch": "asdfasd",
  41.       "taxPaymentsReporting": true,
  42.       "emailAddress": "hannan@gmail.com",
  43.       "phone": "3434564",
  44.       "fax": "sdfasdf",
  45.       "website": "www.hannan.com",
  46.       "openingBalanceDate": 1517898738445,
  47.       "lockmyDataAt": 1517898738445
  48.     },
  49.     "lstBusinessContactModel": [
  50.       {
  51.         "createdBy": "zakir",
  52.         "updatedBy": "string",
  53.         "createdDate": 1517998986082,
  54.         "updatedDate": 1517998986082,
  55.         "status": 1,
  56.         "businessContactID": 49,
  57.         "businessID": 24,
  58.         "firstName": "Adib",
  59.         "lastName": "Rafi",
  60.         "email": "adibusa02@gmail.com",
  61.         "phone": null,
  62.         "primaryContact": null
  63.       }
  64.     ],
  65.     "lstBusinessAddressModel": [
  66.       {
  67.         "createdBy": null,
  68.         "updatedBy": null,
  69.         "createdDate": null,
  70.         "updatedDate": null,
  71.         "status": null,
  72.         "addressID": 48,
  73.         "businessID": 24,
  74.         "firstName": "string",
  75.         "lastName": "string",
  76.         "email": "string",
  77.         "phone": "string",
  78.         "primaryContact": true,
  79.         "businessContactID": 48
  80.       }
  81.     ],
  82.     "lstFinancialYearModel": [
  83.       {
  84.         "createdBy": "",
  85.         "updatedBy": "string",
  86.         "createdDate": 1517892612243,
  87.         "updatedDate": 1517890969634,
  88.         "status": 1,
  89.         "financialYearID": 31,
  90.         "financialYearName": "2018-2019",
  91.         "businessID": 24,
  92.         "financialYearStart": 2018,
  93.         "financialYearEnd": 6,
  94.         "startMonth": 7,
  95.         "endMonth": 6,
  96.         "openingBalanceDate": null,
  97.         "lockmyDataAt": 1517890969634,
  98.         "currentFinancialYear": true
  99.       }
  100.     ],
  101.     "lstCountryModel": [
  102.       {
  103.         "createdBy": "zakir123",
  104.         "updatedBy": "zakir123",
  105.         "createdDate": 1517560498000,
  106.         "updatedDate": 1517560511000,
  107.         "status": 1,
  108.         "countryID": 101,
  109.         "countryCode": "100",
  110.         "name": "Bangladesh"
  111.       },
  112.       {
  113.         "createdBy": "zakir123",
  114.         "updatedBy": "zakir123",
  115.         "createdDate": 1517560545000,
  116.         "updatedDate": 1517560556000,
  117.         "status": 1,
  118.         "countryID": 102,
  119.         "countryCode": "200",
  120.         "name": "India"
  121.       }
  122.     ]
  123.   },
  124.   "responseCode": 200,
  125.   "businessID": 0,
  126.   "message": "Success",
  127.   "brokerMessageId": "1511d985-bde9-4804-906c-3840e8d487bc",
  128.   "pageIndex": 0,
  129.   "recordCount": 0
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement