curl --request GET \
--url https://api.example.com/api/v1/purchase-orders/{po_id}/flow{
"purchaseOrderId": "<string>",
"materialRequests": [
{
"id": "<string>",
"documentId": "<string>",
"status": "<string>",
"createdAt": "<string>"
}
],
"bills": [
{
"id": "<string>",
"billNumber": "<string>",
"status": "<string>",
"totalAmount": 123,
"createdAt": "<string>"
}
],
"purchaseOrderDocumentId": "<string>"
}Return the linked material requests and bills for a purchase order.
curl --request GET \
--url https://api.example.com/api/v1/purchase-orders/{po_id}/flow{
"purchaseOrderId": "<string>",
"materialRequests": [
{
"id": "<string>",
"documentId": "<string>",
"status": "<string>",
"createdAt": "<string>"
}
],
"bills": [
{
"id": "<string>",
"billNumber": "<string>",
"status": "<string>",
"totalAmount": 123,
"createdAt": "<string>"
}
],
"purchaseOrderDocumentId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.