curl --request POST \
--url https://api.example.com/api/v1/purchase-orders/{po_id}/create-material-request \
--header 'Content-Type: application/json' \
--data '
{
"documentId": "<string>",
"productionOrderId": "<string>",
"status": "<string>",
"notes": "<string>"
}
'{
"id": "<string>",
"documentId": "<string>",
"status": "<string>",
"createdAt": "<string>"
}Create a material request that belongs to this purchase order.
curl --request POST \
--url https://api.example.com/api/v1/purchase-orders/{po_id}/create-material-request \
--header 'Content-Type: application/json' \
--data '
{
"documentId": "<string>",
"productionOrderId": "<string>",
"status": "<string>",
"notes": "<string>"
}
'{
"id": "<string>",
"documentId": "<string>",
"status": "<string>",
"createdAt": "<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.