Advertisement
zakirpub

/api/financialYear/get

Feb 5th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Requested Object !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. {
  3.   "brokerMessage": {
  4.     "messageId": "string",
  5.     "qos": 0,
  6.     "requestFrom": 0,
  7.     "serviceName": "string",
  8.     "topicId": "string"
  9.   },
  10.   "businessID": 24,
  11.   "pageIndex": 0,
  12.   "pageSize": 0,
  13.   "requestObject": {},
  14.   "token": "string",
  15.   "userID": "string"
  16. }
  17. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Requested Output!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  18.  
  19.     {
  20.   "token": null,
  21.   "responseObject": [
  22.     {
  23.       "createdBy": "",
  24.       "updatedBy": "string",
  25.       "createdDate": 1517892612243,
  26.       "updatedDate": 1517890969634,
  27.       "status": 1,
  28.       "financialYearID": 31,
  29.       "financialYearName": "2018-2019",
  30.       "businessID": 24,
  31.       "financialYearStart": 2018,
  32.       "financialYearEnd": 6,
  33.       "startMonth": 7,
  34.       "endMonth": 6,
  35.       "openingBalanceDate": null,
  36.       "lockmyDataAt": 1517890969634,
  37.       "currentFinancialYear": true
  38.     }
  39.   ],
  40.   "responseCode": 200,
  41.   "businessID": 0,
  42.   "message": "successfully get financial year",
  43.   "brokerMessageId": "61ed6b8a-bae8-49a4-b764-d7d385ca60f3",
  44.   "pageIndex": 0,
  45.   "recordCount": 0
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement