home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ContactID": "Long Integer",
- "CallNumber": "Integer",
- "Purpose": "Text (50)",
- "CallDate": "DateTime",
- "CallTime": "DateTime",
- "CallStatus": "Byte",
- "CallType": "Byte",
- "Notes": "Memo/Hyperlink (255)",
- "FollowupAction": "Memo/Hyperlink (255)",
- "ActionDate": "DateTime",
- "ActionTime": "DateTime",
- "IncomeOutgo": "Byte",
- "PhoneNumber": "Text (50)",
- "WhichPhone": "Byte"
- },
- "data": [
- {
- "ContactID": 2,
- "CallNumber": 1,
- "Purpose": "Check anniversary plans",
- "CallDate": "05/10/93 00:00:00",
- "CallTime": "12/30/99 13:54:00",
- "CallStatus": 1,
- "CallType": 1,
- "Notes": "Check if planned anniversary party is still on for the 18th.",
- "FollowupAction": "Phone again Monday.",
- "ActionDate": "05/10/93 00:00:00",
- "ActionTime": "12/30/99 09:00:00",
- "IncomeOutgo": 2,
- "PhoneNumber": "(202) 123-4567"
- }
- ]
- }