curl --request GET \
--url https://api.example.com/api/v1/suppliers/{supplier_id}/purchase-orders{
"data": [
{
"id": "<string>",
"documentId": "<string>",
"orderDate": "<string>",
"dueDate": "<string>",
"status": "<string>",
"total": 123,
"currency": "<string>",
"itemsCount": 0,
"createdAt": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}List purchase orders tied to a supplier with filtering.
curl --request GET \
--url https://api.example.com/api/v1/suppliers/{supplier_id}/purchase-orders{
"data": [
{
"id": "<string>",
"documentId": "<string>",
"orderDate": "<string>",
"dueDate": "<string>",
"status": "<string>",
"total": 123,
"currency": "<string>",
"itemsCount": 0,
"createdAt": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}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.
x >= 11 <= x <= 100