Created
March 13, 2016 18:15
-
-
Save tjhanley/94703602aa9823f65539 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"DueDate": "2013-02-15", | |
"Balance": 1990.19, | |
"DocNumber": "SAMP001", | |
"Status": "Payable", | |
"Line": [ | |
{ | |
"Description": "Sample Expense", | |
"Amount": 500, | |
"DetailType": "ExpenseDetail", | |
"Customer": "ABC123 (Sample Customer)", | |
"Ref": "DEF234 (Sample Construction)", | |
"Account": "EFG345 (Fuel)", | |
"LineStatus": "Billable" | |
} | |
], | |
"TotalAmt": 1990.19 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment