Last active
December 11, 2015 12:08
-
-
Save camdez/4598164 to your computer and use it in GitHub Desktop.
OrgSync API: Checkbooks: List All
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"is_read_only": true, | |
"name": "Revenue Fund", | |
"org": { | |
"name": "Ski Club", | |
"id": 19 | |
}, | |
"id": 61835, | |
"balance": "0.0", | |
"revenue_fund": true | |
}, | |
{ | |
"is_read_only": false, | |
"name": "Spring Festival Budget", | |
"org": { | |
"name": "SGA", | |
"id": 225 | |
}, | |
"id": 11656, | |
"balance": "3500.0", | |
"revenue_fund": false | |
}, | |
{ | |
"is_read_only": false, | |
"name": "Student Government fund", | |
"org": { | |
"name": "SGA", | |
"id": 225 | |
}, | |
"id": 28083, | |
"balance": "850.0", | |
"revenue_fund": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment