curl --request GET \
--url https://api.example.com/invoices{
"data": [
{
"id": "<string>",
"invoiceNumber": "<string>",
"invoiceType": "<string>",
"salesOrderId": "<string>",
"clientId": "<string>",
"clientName": "<string>",
"currency": "<string>",
"subtotal": 123,
"taxRate": 123,
"taxAmount": 123,
"totalAmount": 123,
"paidAmount": 123,
"remainingBalance": 123,
"issuedDate": "<string>",
"dueDate": "<string>",
"status": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"lineItems": [
{
"id": "<string>",
"invoiceId": "<string>",
"salesOrderLineItemId": "<string>",
"description": "<string>",
"qty": 123,
"unitPrice": 123,
"amount": 123
}
]
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}List invoices with pagination.
curl --request GET \
--url https://api.example.com/invoices{
"data": [
{
"id": "<string>",
"invoiceNumber": "<string>",
"invoiceType": "<string>",
"salesOrderId": "<string>",
"clientId": "<string>",
"clientName": "<string>",
"currency": "<string>",
"subtotal": 123,
"taxRate": 123,
"taxAmount": 123,
"totalAmount": 123,
"paidAmount": 123,
"remainingBalance": 123,
"issuedDate": "<string>",
"dueDate": "<string>",
"status": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"lineItems": [
{
"id": "<string>",
"invoiceId": "<string>",
"salesOrderLineItemId": "<string>",
"description": "<string>",
"qty": 123,
"unitPrice": 123,
"amount": 123
}
]
}
],
"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