Skip to main content
GET
/
api
/
v1
/
reports
/
po-by-period
Po By Period
curl --request GET \
  --url https://api.example.com/api/v1/reports/po-by-period
[
  {
    "period": "<string>",
    "periodLabel": "<string>",
    "totalOrders": 123,
    "totalValue": 123
  }
]

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.

Query Parameters

period
enum<string>
default:monthly
Available options:
monthly,
quarterly
supplier_id
string | null
start_date
string<date> | null
end_date
string<date> | null

Response

Successful Response

period
string
required
periodLabel
string
required
totalOrders
integer
required
totalValue
number
required