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

json.Customers.json Maven / Gradle / Ivy

{
    "@odata.context" : "http://localhost:8080/odata.svc/$metadata#Customers",
    "value" : [ {
        "@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"
    }, {
        "@odata.id" : "Customers(20)",
        "id" : 20,
        "name" : "Ron",
        "Phone" : [],
        "address" : [ {
            "@odata.type" : "#ODataDemo.Address",
            "Street" : "The Burrow",
            "houseNumber" : "102",
            "postalCode" : "11001",
            "city" : "Ottery St. Catchpole",
            "country" : "UK"
        } ],
        "date" : "2014-05-02T12:00Z"
    } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy