{
"id": 0,
"title": "string",
"payment_terms": "string",
"supplying_duration": "string",
"note": "string",
"status": "string",
"total": 0,
"purchaseRequestOffer": {
"id": 0,
"status": "string",
"description": "string",
"offer_number": 0,
"total": 0
},
"purchaseRequest": {
"id": 0,
"from_user_id": 0,
"project_id": 0,
"title": "string",
"status": "string"
},
"supplier": {
"id": 0,
"name": "string",
"email": "string",
"phone": 0,
"job_title": "string",
"id_number": 0
},
"purchaseOrderDetails": [
{
"id": 0,
"purchase_request_offer_details_id": 0,
"purchase_order_id": 0,
"purchaseRequestDetails": [
{
"id": 0,
"material_id": 0,
"purchase_request_id": 0,
"amount": 0,
"technical_specifications": "string"
}
],
"purchaseRequestOfferDetails": [
{
"id": 0,
"request_details_id": 0,
"request_offer_id": 0,
"qty": 0,
"one_piece_price": 0,
"expected_delivery_date": "string",
"total": 0
}
]
}
],
"payments": [
{
"id": 0,
"paid_by_id": 0,
"modelable_id": 0,
"modelable_type": "string",
"amount": 0,
"paid_at": "string",
"status": "string",
"receipt": "string",
"paid_at_text": "string"
}
]
}