Created
April 5, 2017 20:41
-
-
Save mecampbellsoup/3484a89df99344fade2e1c5357c78c07 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
| { | |
| "data": { | |
| "id": "{{transition.id}}", | |
| "type": "ach-file-transitions", | |
| "attributes": { | |
| "to-state": "{{{transition.to_state}}}", | |
| "most-recent": {{transition.most_recent}}, | |
| "metadata": {} | |
| }, | |
| "relationships": { | |
| "ach-file": { | |
| "data": { | |
| "id": "{{transition.ach_file.id}}", | |
| "type": "ach-files" | |
| } | |
| } | |
| }, | |
| "links": { | |
| "self": "https://test.opentransact.com/v1/ach/ach-files/transitions/{{transition.id}}" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment