Skip to content

Instantly share code, notes, and snippets.

@camdez
Last active December 11, 2015 12:08
Show Gist options
  • Save camdez/4598795 to your computer and use it in GitHub Desktop.
Save camdez/4598795 to your computer and use it in GitHub Desktop.
OrgSync API: Checkbooks: List Organization Checkbooks
[
{
"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