home *** CD-ROM | disk | FTP | other *** search
/ 85.21.22.242 / 2015.04-85.21.22.242.tar / 85.21.22.242 / 139 / Stock.mdb / Скидки.json < prev    next >
JavaScript Object Notation  |  2014-02-10  |  699b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "DiscountSum": "Currency NOT NULL",
  5.         "DiscountProc": "Currency NOT NULL",
  6.         "DateRecordLineCreated": "DateTime",
  7.         "DateRecordLineChanged": "DateTime",
  8.         "PKg": "Long Integer",
  9.         "PKWhere": "Long Integer NOT NULL"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID": 1,
  14.             "DiscountSum": 5000,
  15.             "DiscountProc": 2,
  16.             "DateRecordLineCreated": "09/04/00 00:00:00",
  17.             "DateRecordLineChanged": "09/04/00 00:00:00",
  18.             "PKg": 1,
  19.             "PKWhere": 87
  20.         },
  21.         {
  22.             "ID": 2,
  23.             "DiscountSum": 20000,
  24.             "DiscountProc": 5,
  25.             "DateRecordLineCreated": "09/04/00 00:00:00",
  26.             "DateRecordLineChanged": "09/04/00 00:00:00",
  27.             "PKg": 2,
  28.             "PKWhere": 87
  29.         },
  30.         {
  31.             "ID": 3,
  32.             "DiscountSum": 50000,
  33.             "DiscountProc": 7,
  34.             "DateRecordLineCreated": "09/04/00 00:00:00",
  35.             "DateRecordLineChanged": "09/04/00 00:00:00",
  36.             "PKg": 3,
  37.             "PKWhere": 87
  38.         }
  39.     ]
  40. }