Last active
October 2, 2019 09:40
-
-
Save olopsman/f096638bd643f31d3fa4cdb00ecce254 to your computer and use it in GitHub Desktop.
JSON sample transacton payload
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
[ | |
{ | |
"Id": "0d284614-c4ec-424c-a5aa-04e28d06a4df", | |
"Date": "2016-10-14T08:34:10.8+00:00", | |
"RegistryAccountCode": "ABC", | |
"ClientId": 0, | |
"Category": "I", | |
"Description": "Distribution Advice 12102016.pdf", | |
"FileName": "ABC Distribution Advice 12102016.pdf" | |
}, | |
{ | |
"Id": "9924c58a-523a-4b29-a514-1c4d1d7a1d7e", | |
"Date": "2016-07-14T06:33:28.969+00:00", | |
"RegistryAccountCode": "DEF", | |
"ClientId": 0, | |
"Category": "I", | |
"Description": "Distribution Advice 13072016.pdf", | |
"FileName": "DEF Distribution Advice 13072016.pdf" | |
}, | |
{ | |
"Id": "fd07709a-330c-4ad4-9fe7-530928b33a44", | |
"Date": "2017-07-19T00:36:06.213+00:00", | |
"RegistryAccountCode": "CCC", | |
"ClientId": 0, | |
"Category": "I", | |
"Description": "Distribution Advice 14072017.pdf", | |
"FileName": "CCC Distribution Advice 14072017.pdf" | |
}, | |
{ | |
"Id": "7bb16dfc-9e65-4f70-a03b-af0e290e306e", | |
"Date": "2017-01-18T04:33:07.603+00:00", | |
"RegistryAccountCode": "DDD", | |
"ClientId": 0, | |
"Category": "I", | |
"Description": "Distribution Advice 17012017.pdf", | |
"FileName": "DDD Distribution Advice 17012017.pdf" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment