{
"_links": {
"self": {
"href": "https://api.gestao.plus/order"
}
},
"_embedded": {
"order": [
{
"id": 430,
"type": "V",
"code": "123123123",
"date": {
"date": "2021-01-27 16:59:34.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"status": 0,
"orderDiscount": "0.00",
"orderTotal": "0.00",
"statusPayment": null,
"_links": {
"self": {
"href": "https://api.gestao.plus/order/430"
}
}
},
{
"id": 884,
"type": "V",
"code": "123123123",
"date": {
"date": "2021-05-07 19:38:04.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"status": 1,
"orderDiscount": "0.00",
"orderTotal": "395.00",
"statusPayment": "PENDENTE",
"_links": {
"self": {
"href": "https://api.gestao.plus/order/884"
}
}
}
]
},
"total_items": 11
}