curl --request GET \
--url https://api.example.com/api/v1/reports/po-aging{
"buckets": [
{
"bucket": "<30",
"label": "<string>",
"count": 123,
"totalValue": 123
}
],
"lastUpdated": "<string>"
}Bucket outstanding POs by age (days since expected delivery).
curl --request GET \
--url https://api.example.com/api/v1/reports/po-aging{
"buckets": [
{
"bucket": "<30",
"label": "<string>",
"count": 123,
"totalValue": 123
}
],
"lastUpdated": "<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.