Skip to content

Instantly share code, notes, and snippets.

@michaeldmueller
Last active July 20, 2020 13:37
Show Gist options
  • Save michaeldmueller/a6c217ddab236a4a5041dba162e1a737 to your computer and use it in GitHub Desktop.
Save michaeldmueller/a6c217ddab236a4a5041dba162e1a737 to your computer and use it in GitHub Desktop.

Order (/orders)

[
  {
    "id": "110668"
    "displayName": "Michael Mueller",
    "isActive": true
  },
  {
    "id": "104749"
    "displayName": "Michael Mueller"
    "isActive": false
  }
]

Order Details (/orders?id=110668)

{
  "id": 110668,
  "isActive": true,
  "orderDate": 2012-04-23T18:25:43.511Z,
  "shippingAddress": {
    "name": "Michael Mueller",
    "streetAddress": "178 Jericho Turnpike",
    "city": "Mineola",
    "state": "NY",
    "zip: "11501"
  },
  "name": "Michael Mueller",
  "renewalInfo": {
    "expiration": 2012-04-23T18:25:43.511Z,
    "renewsOn": "2012-04-23T18:25:43.511Z
  },
  "subtotal": 29.99,
  "tax": 2.59,
  "shipping": null,
  "total": 32.58
  .
  .
  .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment