ClientContactDtoPagedResult
Properties
| Name | Type | Description |
|---|---|---|
| data | array of ClientContactDto | |
| totalCount | integer | |
| offset | integer | |
| limit | integer | |
| hasMore | boolean |
JSON Example
{
"data": [
{
"code": "...",
"role": "...",
"resignedDate": "...",
"ceasedDate": "...",
"types": "..."
}
],
"totalCount": 0,
"offset": 0,
"limit": 0,
"hasMore": false
}