Advertisement
zakirpub

api/account/dropDownList

Feb 6th, 2018
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.84 KB | None | 0 0
  1. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Request Object@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  2.  
  3.  
  4. {
  5.   "brokerMessage": {
  6.     "messageId": "string",
  7.     "qos": 0,
  8.     "requestFrom": 0,
  9.     "serviceName": "string",
  10.     "topicId": "string"
  11.   },
  12.   "businessID": 0,
  13.   "pageIndex": 0,
  14.   "pageSize": 0,
  15.   "requestObject": {
  16.  
  17. },
  18.   "token": "string",
  19.   "userID": "string"
  20. }
  21. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Requested Output@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  22.  
  23. {
  24.   "token": null,
  25.   "responseObject": {
  26.     "lstAccountModel": [],
  27.     "lstAccountTypeModel": [],
  28.     "lstTaxCodeModel": [
  29.       {
  30.         "createdBy": "",
  31.         "updatedBy": "string",
  32.         "createdDate": 1517562774720,
  33.         "updatedDate": 1517546411640,
  34.         "status": 1,
  35.         "taxCodeID": 12,
  36.         "taxType": 1,
  37.         "taxCode": "GST Free",
  38.         "taxRate": 9,
  39.         "taxDescription": "Tax Free",
  40.         "taxCollectedAccountID": 21111,
  41.         "taxPaidAccountID": 11111
  42.       },
  43.       {
  44.         "createdBy": "",
  45.         "updatedBy": "string",
  46.         "createdDate": 1517562886416,
  47.         "updatedDate": 1517546411640,
  48.         "status": 1,
  49.         "taxCodeID": 13,
  50.         "taxType": 0,
  51.         "taxCode": "string",
  52.         "taxRate": 0,
  53.         "taxDescription": "string",
  54.         "taxCollectedAccountID": 0,
  55.         "taxPaidAccountID": 0
  56.       },
  57.       {
  58.         "createdBy": "zakir123@gmail.com",
  59.         "updatedBy": null,
  60.         "createdDate": 1517562669000,
  61.         "updatedDate": null,
  62.         "status": 1,
  63.         "taxCodeID": 1,
  64.         "taxType": 1,
  65.         "taxCode": "GST FREE",
  66.         "taxRate": 9,
  67.         "taxDescription": "Export ",
  68.         "taxCollectedAccountID": 21111,
  69.         "taxPaidAccountID": 11011
  70.       },
  71.       {
  72.         "createdBy": "zakir123@gmail.com",
  73.         "updatedBy": null,
  74.         "createdDate": 1517563009000,
  75.         "updatedDate": null,
  76.         "status": 1,
  77.         "taxCodeID": 2,
  78.         "taxType": 2,
  79.         "taxCode": "GST Capital",
  80.         "taxRate": 7,
  81.         "taxDescription": "Consumption",
  82.         "taxCollectedAccountID": 21112,
  83.         "taxPaidAccountID": 11013
  84.       },
  85.       {
  86.         "createdBy": "string",
  87.         "updatedBy": "string",
  88.         "createdDate": 1517894157364,
  89.         "updatedDate": 1517890970079,
  90.         "status": 1,
  91.         "taxCodeID": 32,
  92.         "taxType": 2,
  93.         "taxCode": "GSTEXP",
  94.         "taxRate": 8,
  95.         "taxDescription": "Export related Tax ",
  96.         "taxCollectedAccountID": 111222,
  97.         "taxPaidAccountID": 2111111
  98.       }
  99.     ],
  100.     "lstCashFlowModel": [],
  101.     "lstAccountClassificationModel": []
  102.   },
  103.   "responseCode": 200,
  104.   "businessID": 0,
  105.   "message": "successfully get account drop down",
  106.   "brokerMessageId": "36b5766d-f58f-46fa-a0c5-f5c646994a60",
  107.   "pageIndex": 0,
  108.   "recordCount": 0
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement