TextSearchResultEntryDTO
DTO to represent a text search result entry.
Fields
Type
Name
Description
Optional
Default Value
pk
The primary key of the entry.
false
entity
The entity of the entry.
false
description
The description text of the entry.
false
header
The header text of the entry.
false
active
The active flag of the entry.
false
Example
{
"pk" : "9ashpdn98293cmp901CoPe",
"entity" : "ContactPerson",
"description" : "Miller, John, FooBar Inc., Somewhere",
"header" : "Miller, John, FooBar Inc., Somewhere",
"active" : true
}