Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created January 17, 2024 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/146294c086f52057150d95739d396985 to your computer and use it in GitHub Desktop.
Save dcomartin/146294c086f52057150d95739d396985 to your computer and use it in GitHub Desktop.
{
"order": {
"orderID": "CA-ON-54812",
"placed": "2024-01-17T17:52:55Z",
"total": 198.99,
"status": "pending",
"customer": {
"customerID": "123",
"name": "Derek Comartin"
},
"actions": [
{
"name": "CancelOrder",
"uri": "https://my.app/orders/CA-ON-54812/cancel",
"method": "PUT"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment