json.Customer.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata_test Show documentation
Show all versions of odata_test Show documentation
Tridion OData Framework Test
{
"@odata.context" : "http://localhost:8080/odata.svc/$metadata#Customers/$entity",
"@odata.id" : "Customers(10)",
"id" : 10,
"name" : "Harry",
"Phone" : [],
"address" : [ {
"@odata.type" : "#ODataDemo.Address",
"Street" : "Diagon Alley",
"houseNumber" : "Behind Leaky Couldron",
"postalCode" : "10127",
"city" : "London",
"country" : "UK"
} ],
"date" : "2014-05-02T12:00Z"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy