Created
November 25, 2017 23:06
-
-
Save jeffhollan/1b7ebe2397d887976c0a3282d9147d58 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
| { | |
| "runtimeStatus": "Completed", | |
| "input": { | |
| "$type": "HttpToDurable.ProcessRequest, HttpToDurable", | |
| "data": "some data" | |
| }, | |
| "output": [ | |
| "some response data" | |
| ], | |
| "createdTime": "2017-11-25T23:02:35Z", | |
| "lastUpdatedTime": "2017-11-25T23:05:40Z" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment