GraphQL OBJECT
HistoryEntrySearchResultItem
History entry search result item.
link Definition
- type HistoryEntrySearchResultItem {
- # Unique Id of the history entry.
- Int! :
- # Reason history category.
- HistoryCategory :
- # Client Id.
- Int :
- # Client name.
- String :
- # Contact method.
- HistoryContactMethod :
- # User who created the policy.
- UserAccount :
- # Date and time when the history entry was created.
- DateTime :
- # History type.
- Historytype :
- # Manual short.
- String :
- # History nature of contact.
- HistoryNatureOfContact :
- # Reason.
- HistoryReason :
- # Purchase Id related to history entry.
- Int :
- }