home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / SDSHelpDesk / HelpDesk.mdb / Contract.json < prev    next >
JavaScript Object Notation  |  1999-01-17  |  552b

  1. {
  2.     "schema": {
  3.         "ContractId": "Long Integer",
  4.         "OrganizationId": "Long Integer",
  5.         "LevelId": "Long Integer",
  6.         "DurationId": "Long Integer",
  7.         "StartDate": "DateTime",
  8.         "EndDate": "DateTime",
  9.         "Notes": "Memo/Hyperlink (255)",
  10.         "Count": "Long Integer",
  11.         "Limit": "Integer",
  12.         "CancelDate": "DateTime",
  13.         "Valid": "Boolean NOT NULL",
  14.         "Hide": "Boolean NOT NULL",
  15.         "CustomerId": "Long Integer",
  16.         "Rate": "Currency",
  17.         "ContractType": "Byte",
  18.         "Contract": "Text (50) NOT NULL",
  19.         "CancelBy": "Text (50)"
  20.     },
  21.     "data": [
  22.         {
  23.             "ContractId": 1,
  24.             "OrganizationId": 1,
  25.             "LevelId": 1,
  26.             "DurationId": 1,
  27.             "Count": 0,
  28.             "Limit": 0,
  29.             "Valid": 0,
  30.             "Hide": 0
  31.         }
  32.     ]
  33. }