The Class CRMAccountTypeSearchDto.
name | data type | description |
---|---|---|
searchTerm | string | The search term. |
accountTypeCode | string | The account type code. |
limit | number | The limit. |
offset | number | The offset. |
order | SortOrder | The order. |
sortField | string | The sort field. |
Example
{ "searchTerm" : "...", "accountTypeCode" : "...", "limit" : 12345, "offset" : 12345, "order" : "DESCENDING", "sortField" : "..." }