All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.Customer.json Maven / Gradle / Ivy

There is a newer version: 2.13.0
Show newest version
{
    "@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