blob: c919ad79500e08f9bdf6e6108086a6a275a5eac5 [file] [log] [blame]
{
"order" :
{
"customer" : {
"id" : 0,
"firstName" : "Jane",
"lastName" : "Smith",
"contact":{
"address" :
{
"street" : "Main Street",
"city" : "Ottawa"
}
}
,
"firstTimeCustomer" : false,
"orderNumbers":[]
} ,
"id" : 1
}
}