Created
January 22, 2013 21:59
-
-
Save camdez/4598896 to your computer and use it in GitHub Desktop.
OrgSync API: Checkbooks: List Checkbook Entries
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": 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