json.CustomerWithLinks.json Maven / Gradle / Ivy
{
"@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",
"[email protected]" : [
"http://localhost:8080/odata.svc/Orders(1)",
"http://localhost:8080/odata.svc/Orders(2)"
],
"[email protected]" : "http://localhost:8080/odata.svc/BankAccounts('iban-111')"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy