Created
August 15, 2014 09:01
-
-
Save bespalown/25a32e34815408a38dbb to your computer and use it in GitHub Desktop.
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
{ | |
"Invoices": [ | |
{ | |
"InvoiceId": 346156988613, | |
"UserId": 174392689263, | |
"UserTitle": "100000000002", | |
"Direction": "Out", | |
"Amount": 1, | |
"CurrencyId": 643, | |
"OrderId": "myOrderId", | |
"Description": "test invoice", | |
"CreateDate": "2014-08-15T08:31:51.22Z", | |
"UpdateDate": "2014-08-15T08:31:51.223Z", | |
"InvoiceStateId": "Created", | |
"FromUserId": 151315228690, | |
"ToUserId": 174392689263, | |
"ToUserTitle": "100000000002", | |
"HasSuspense": false, | |
"PaidAmount": 0 | |
}, | |
{ | |
"InvoiceId": 346156787744, | |
"UserId": 174392689263, | |
"UserTitle": "100000000002", | |
"Direction": "Out", | |
"Amount": 1, | |
"CurrencyId": 643, | |
"OrderId": "", | |
"Description": "test invoice", | |
"CreateDate": "2014-08-15T07:57:33.627Z", | |
"UpdateDate": "2014-08-15T07:57:33.627Z", | |
"InvoiceStateId": "Created", | |
"FromUserId": 151315228690, | |
"ToUserId": 174392689263, | |
"ToUserTitle": "100000000002", | |
"HasSuspense": false, | |
"PaidAmount": 0 | |
} | |
], | |
"TotalCount": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment