CRMAccountTypeSearchDto Data Type

The Class CRMAccountTypeSearchDto.

Implemented Interfaces
Serializable
Properties
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" : "..."
}