CRMAccountTypeSearchDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
searchTerm string
accountTypeCode string
limit number
offset number
order SortOrder
sortField string

Example

{
  "searchTerm" : "...",
  "accountTypeCode" : "...",
  "limit" : 12345,
  "offset" : 12345,
  "order" : "DESCENDING",
  "sortField" : "..."
}