Skip to content

Instantly share code, notes, and snippets.

@bespalown
Created August 15, 2014 09:01
Show Gist options
  • Save bespalown/25a32e34815408a38dbb to your computer and use it in GitHub Desktop.
Save bespalown/25a32e34815408a38dbb to your computer and use it in GitHub Desktop.
{
"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