Accepts the following message:
{
"id": 8124,
"customer": {
"id": 157,
"firstName": "Alice",
"lastName": "Smith",
"email": "smith@example.org"
},
"address": {
"street": "123 Maple Street",
"city": "Mill Valley",
"stateProvince": "CA",
"postalCode": "90952",
"country": "US"
},
"items": [
{
"book": {
"isbn": "0764574833",
"title": "Professional Java Development with the Spring Framework",
"authors": "Rod Johnson, Juergen Hoeller, et al.",
"publisher": "Wrox"
},
"quantity": 1
}
]
}
Accepts the following message:
Accepts the following message:
{
"orderId": 8124,
"status": "PROCESSING"
}