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

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "ParentId": "Long Integer",
  5.         "Contact": "Text (50) NOT NULL",
  6.         "OrganizationId": "Long Integer",
  7.         "ContactTypeId": "Long Integer",
  8.         "Notes": "Memo/Hyperlink (255)",
  9.         "Hide": "Boolean NOT NULL",
  10.         "User1": "Text (50)",
  11.         "User2": "Text (50)",
  12.         "Rate": "Currency",
  13.         "Identifier": "Text (50)",
  14.         "Title": "Text (50)",
  15.         "Phone1": "Text (50)",
  16.         "Phone2": "Text (50)",
  17.         "Phone3": "Text (50)",
  18.         "Fax": "Text (50)",
  19.         "Email": "Text (50)",
  20.         "Website": "Text (50)",
  21.         "Address1": "Text (50)",
  22.         "Address2": "Text (50)",
  23.         "City": "Text (50)",
  24.         "State": "Text (50)",
  25.         "Zip": "Text (50)",
  26.         "Country": "Text (50)",
  27.         "Dept": "Text (50)"
  28.     },
  29.     "data": [
  30.         {
  31.             "ContactId": 1,
  32.             "ParentId": 1,
  33.             "OrganizationId": 1,
  34.             "ContactTypeId": 1,
  35.             "Hide": 0
  36.         },
  37.         {
  38.             "ContactId": 2,
  39.             "ParentId": 1,
  40.             "Contact": "ADMIN",
  41.             "OrganizationId": 1,
  42.             "ContactTypeId": 1,
  43.             "Hide": 0
  44.         },
  45.         {
  46.             "ContactId": 3,
  47.             "ParentId": 1,
  48.             "Contact": "Chris Scott",
  49.             "OrganizationId": 2,
  50.             "ContactTypeId": 4,
  51.             "Hide": 0,
  52.             "Identifier": "Vendor 000",
  53.             "Phone1": "(303) 499-3727",
  54.             "Fax": "(303) 554-0257",
  55.             "Email": "support@ScottDataSystems.com",
  56.             "Website": "www.ScottDataSystems.com",
  57.             "City": "Superior",
  58.             "State": "CO",
  59.             "Zip": "80027",
  60.             "Country": "USA"
  61.         }
  62.     ]
  63. }