mirror of https://github.com/sipwise/data-hal.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
{
|
|
"_links": {
|
|
"self": { "href": "/orders" },
|
|
"next": { "href": "/orders?page=2" },
|
|
"find": {
|
|
"href": "/orders{?id}",
|
|
"templated": true
|
|
},
|
|
"admin": [{
|
|
"href": "/admins/2",
|
|
"title": "Fred"
|
|
}, {
|
|
"href": "/admins/5",
|
|
"title": "Kate"
|
|
}]
|
|
},
|
|
"currentlyProcessing": 14,
|
|
"shippedToday": 20,
|
|
"_embedded": {
|
|
"order": [{
|
|
"_links": {
|
|
"self": { "href": "/orders/123" },
|
|
"basket": { "href": "/baskets/98712" },
|
|
"customer": { "href": "/customers/7809" }
|
|
},
|
|
"total": 30.00,
|
|
"currency": "USD",
|
|
"status": "shipped"
|
|
}, {
|
|
"_links": {
|
|
"self": { "href": "/orders/124" },
|
|
"basket": { "href": "/baskets/97213" },
|
|
"customer": { "href": "/customers/12369" }
|
|
},
|
|
"total": 20.00,
|
|
"currency": "USD",
|
|
"status": "processing"
|
|
}]
|
|
}
|
|
}
|