Created
June 20, 2020 01:26
-
-
Save LFTroya/8f03f52b20e7c81a7302cd040f1b7dce 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
[ | |
{ | |
"transaction": { | |
"user_id": 6, | |
"month": 5, | |
"year": 2020, | |
"updated_at": "2020-06-18T22:32:58.000000Z", | |
"created_at": "2020-06-18T22:32:58.000000Z", | |
"id": 1 | |
}, | |
"entities": [ | |
{ | |
"name": "Dr. Donato Gaylord DVM", | |
"type": "PROVIDER", | |
"document_number": "756363", | |
"user_id": 7, | |
"updated_at": "2020-06-18T22:32:58.000000Z", | |
"created_at": "2020-06-18T22:32:58.000000Z", | |
"id": 1, | |
"invoices": [ | |
{ | |
"transaction_id": 1, | |
"person_id": 1, | |
"invoice_number": 67625, | |
"value": 46015529, | |
"type": "PAYABLE_ACCOUNT", | |
"dues_number": 7, | |
"updated_at": "2020-06-18T22:32:58.000000Z", | |
"created_at": "2020-06-18T22:32:58.000000Z", | |
"id": 1, | |
"invoices_dates": [ | |
{ | |
"invoice_id": 1, | |
"date": "2020-06-18 22:32:58", | |
"value": 773, | |
"updated_at": "2020-06-18T22:32:58.000000Z", | |
"created_at": "2020-06-18T22:32:58.000000Z", | |
"id": 1 | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment