Skip to content

Instantly share code, notes, and snippets.

@mecampbellsoup
Created April 5, 2017 20:41
Show Gist options
  • Select an option

  • Save mecampbellsoup/3484a89df99344fade2e1c5357c78c07 to your computer and use it in GitHub Desktop.

Select an option

Save mecampbellsoup/3484a89df99344fade2e1c5357c78c07 to your computer and use it in GitHub Desktop.
{
"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