GraphQL INPUT_OBJECT
UpdateHistoryEntryInput
Input for history entry update. History entry is a detailed note about the customer interactions and transaction events that occurred after an initial purchase.
link Definition
- input UpdateHistoryEntryInput {
- #   Unique ID of the history entry.
- : Int!
- #   Subject line for the event.
- : String
- #   Additional information about the event.
- : String
- #   The source of the contact, for example, whether the contact was initiated by the 
- #   customer or internally in your organization.
- : HistoryNatureOfContactEnum
- #   Specific reason for the contact.
- : HistoryReasonEnum
- #   Way in which the contact was initiated.
- : HistoryContactMethodEnum
- #   Set to true to make the purchase history event visible for cleverbridge users 
- #   only.
- : Boolean
- #   The contact link.
- : String
- }