{
"status": "success",
"message": "Purchase retrieved successfully",
"data": {
"id": 1,
"reference_no": "PO-00001",
"draft_date": null,
"open_date": "2024-05-24",
"closed_date": "2024-05-21",
"canceled_date": null,
"expected_date": "2024-05-28",
"note": "Electronic order",
"order_tax": "5,781.00",
"order_shipping": "0.00",
"order_discount": "0.00",
"grand_total": "63,591.00",
"warehouse": {
"id": 1,
"name": "Warehouse 1"
},
"vendor": {
"id": 2,
"name": "Simson Poll"
},
"status": 2,
"products": [
{
"id": 8,
"sku": "P8",
"name": "Samsun S20",
"total_qty": 8,
"price": "2,250.00",
"qty": 8,
"cost": "1,800.00",
"product_net_cost": "1,698.11",
"discount": "0.00",
"weight_based_price": "0.00",
"product_cost_tax": "815.12",
"subtotal": "14,400.00",
"tax_method_id": 1,
"tax_id": 3,
"option_id": null,
"option_values": null
},
...
...
...
]
}
}