Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BenjaminAbt/90893a8b618595021f42 to your computer and use it in GitHub Desktop.
Save BenjaminAbt/90893a8b618595021f42 to your computer and use it in GitHub Desktop.
{
"@odata.context":"http://services.odata.org/V4/OData/OData.svc/$metadata#Products/ODataDemo.FeaturedProduct/$entity",
"@odata.type":"#ODataDemo.FeaturedProduct",
"ID":9,
"Name":"Lemonade",
"Description":"Classic, refreshing lemonade (Single bottle)",
"ReleaseDate":"1970-01-01T00:00:00Z",
"DiscontinuedDate":null,
"Rating":7,
"Price":1.01
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment