API Docs / Schemas / AmlClientDtoPagedResult

AmlClientDtoPagedResult

Properties

Name Type Description
dataarray of AmlClientDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "id": "...",
      "name": "...",
      "isIndividual": "...",
      "regNumber": "...",
      "contacts": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations