home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "YouID": "Long Integer",
- "PartID": "Long Integer",
- "Partner": "Boolean NOT NULL",
- "BeenHere": "Boolean NOT NULL",
- "PositionInRecPos": "Long Integer",
- "Section_Reached": "Long Integer",
- "MortgageYou": "Boolean NOT NULL",
- "MortgagePart": "Boolean NOT NULL",
- "LiabilitiesYou": "Boolean NOT NULL",
- "LiabilitiesPart": "Boolean NOT NULL",
- "ExpensesYou": "Boolean NOT NULL",
- "ExpensesPart": "Boolean NOT NULL",
- "FirstTimeAtBorrow": "Boolean NOT NULL",
- "HaveCurrPolicies": "Boolean NOT NULL",
- "HaveDeathInService": "Boolean NOT NULL",
- "FinishedFactFind": "Boolean NOT NULL",
- "CashFlowReport": "Boolean NOT NULL",
- "VersionNo": "Long Integer"
- },
- "data": [
- {
- "ID": 1,
- "YouID": 999,
- "PartID": 999,
- "Partner": 0,
- "BeenHere": 0,
- "PositionInRecPos": 0,
- "Section_Reached": 0,
- "MortgageYou": 0,
- "MortgagePart": 0,
- "LiabilitiesYou": 0,
- "LiabilitiesPart": 0,
- "ExpensesYou": 0,
- "ExpensesPart": 0,
- "FirstTimeAtBorrow": 0,
- "HaveCurrPolicies": 0,
- "HaveDeathInService": 0,
- "FinishedFactFind": 0,
- "CashFlowReport": 0,
- "VersionNo": 1
- }
- ]
- }