API Docs / Schemas / BillableServiceDtoPaginatedResponse

BillableServiceDtoPaginatedResponse

Properties

Name Type Description
dataarray of BillableServiceDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "code": "...",
      "name": "...",
      "description": "...",
      "isArchived": "...",
      "accountingCode": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations