Skip to content

Instantly share code, notes, and snippets.

@witochandra
Created December 7, 2016 04:33
Show Gist options
  • Save witochandra/96fe432528a4a4818c78981a68e73fda to your computer and use it in GitHub Desktop.
Save witochandra/96fe432528a4a4818c78981a68e73fda to your computer and use it in GitHub Desktop.
{
"current_page": "/consumer/orders/completed?page=1&limit=1",
"next_page": null,
"previous_page": null,
"data": [{
"order_number": "240705724",
"destination": {
"address": "Jalan Jembatan Merah",
"location": "2.3934,230498",
"note": "I live in a difficult to find area."
},
"paid": 70000,
"ordered_at": "2001-02-03T04:05:06+07:00",
"merchant": {
"id": 542582165,
"name": "Bengawan Solo Coffee, ITC Mangga Dua",
"address": "address of merchant from CMS",
"location": "lat,long of merchant from the CMS",
"active": true,
"time_zone": "Asia/Jakarta",
"timings": [{
"open_time": "10:00",
"close_time": "15:00"
}, {
"open_time": "18:00",
"close_time": "22:00"
}],
"image": "http://link-to-image.png"
},
"items": [{
"menu_item_id": 28681013,
"menu_item_name": "whats my name again?",
"menu_item_description": "about me",
"price": 40000,
"note": "extra strong please.",
"quantity": 1,
"active": true,
"manual": false
}, {
"menu_item_name": "fancy aioli",
"price": 5000,
"note": "extra strong please.",
"quantity": 1,
"manual": true
}]
}, {
"order_number": "240705724",
"destination": {
"address": "Jalan Jembatan Merah",
"location": "2.3934,230498",
"note": "I live in a difficult to find area."
},
"paid": 70000,
"ordered_at": "2001-02-03T04:05:06+07:00",
"merchant": {
"id": 542582165,
"name": "Bengawan Solo Coffee, ITC Mangga Dua",
"address": "address of merchant from CMS",
"location": "lat,long of merchant from the CMS",
"active": true,
"time_zone": "Asia/Jakarta",
"timings": [{
"open_time": "10:00",
"close_time": "15:00"
}, {
"open_time": "18:00",
"close_time": "22:00"
}],
"image": "http://link-to-image.png"
},
"items": [{
"menu_item_id": 28681013,
"menu_item_name": "whats my name again?",
"menu_item_description": "about me",
"price": 40000,
"note": "extra strong please.",
"quantity": 1,
"active": true,
"manual": false
}, {
"menu_item_name": "fancy aioli",
"price": 5000,
"note": "extra strong please.",
"quantity": 1,
"manual": true
}]
}, {
"order_number": "240705724",
"destination": {
"address": "Jalan Jembatan Merah",
"location": "2.3934,230498",
"note": "I live in a difficult to find area."
},
"paid": 70000,
"ordered_at": "2001-02-03T04:05:06+07:00",
"merchant": {
"id": 542582165,
"name": "Bengawan Solo Coffee, ITC Mangga Dua",
"address": "address of merchant from CMS",
"location": "lat,long of merchant from the CMS",
"active": true,
"time_zone": "Asia/Jakarta",
"timings": [{
"open_time": "10:00",
"close_time": "15:00"
}, {
"open_time": "18:00",
"close_time": "22:00"
}],
"image": "http://link-to-image.png"
},
"items": [{
"menu_item_id": 28681013,
"menu_item_name": "whats my name again?",
"menu_item_description": "about me",
"price": 40000,
"note": "extra strong please.",
"quantity": 1,
"active": true,
"manual": false
}, {
"menu_item_name": "fancy aioli",
"price": 5000,
"note": "extra strong please.",
"quantity": 1,
"manual": true
}]
}, {
"order_number": "240705724",
"destination": {
"address": "Jalan Jembatan Merah",
"location": "2.3934,230498",
"note": "I live in a difficult to find area."
},
"paid": 70000,
"ordered_at": "2001-02-03T04:05:06+07:00",
"merchant": {
"id": 542582165,
"name": "Bengawan Solo Coffee, ITC Mangga Dua",
"address": "address of merchant from CMS",
"location": "lat,long of merchant from the CMS",
"active": true,
"time_zone": "Asia/Jakarta",
"timings": [{
"open_time": "10:00",
"close_time": "15:00"
}, {
"open_time": "18:00",
"close_time": "22:00"
}],
"image": "http://link-to-image.png"
},
"items": [{
"menu_item_id": 28681013,
"menu_item_name": "whats my name again?",
"menu_item_description": "about me",
"price": 40000,
"note": "extra strong please.",
"quantity": 1,
"active": true,
"manual": false
}, {
"menu_item_name": "fancy aioli",
"price": 5000,
"note": "extra strong please.",
"quantity": 1,
"manual": true
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment