API Docs / Schemas / InvoiceDtoPagedResult

InvoiceDtoPagedResult

Properties

Name Type Description
dataarray of InvoiceDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "id": "...",
      "number": "...",
      "customerId": "...",
      "customerName": "...",
      "totalAmount": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations