Created
February 13, 2016 14:04
-
-
Save BenjaminAbt/90893a8b618595021f42 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"@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