Skip to content

Instantly share code, notes, and snippets.

@camdez
Created January 22, 2013 21:59
Show Gist options
  • Save camdez/4598896 to your computer and use it in GitHub Desktop.
Save camdez/4598896 to your computer and use it in GitHub Desktop.
OrgSync API: Checkbooks: List Checkbook Entries
[
{
"is_read_only": false,
"occurred_at": "2009-06-04T00:00:00Z",
"amount": "5000.0",
"id": 9406,
"description": "Initial Funding Round"
},
{
"is_read_only": false,
"occurred_at": "2009-06-04T00:00:00Z",
"amount": "-1500.0",
"id": 9407,
"description": "TV on the Radio Band Expense"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment