GraphQL INPUT_OBJECT
UpdateFollowUpInput
Input for follow-up update. A follow-up is a reminder about open product and purchase issues.
link Definition
- input UpdateFollowUpInput {
- # Unique ID of the follow-up.
- : Int!
- # Date and time when you would like the reminder to activate.
- : DateTime
- # Unique ID of the department for whom the follow-up is intended.
- : Int
- # Reason for the follow-up.
- : FollowUpReasonEnum
- # Set to true if the follow-up is finished.
- : Boolean
- # Additional information about the follow-up.
- : String
- # Unique ID of the office for whom the follow-up is intended.
- : Int
- # Set to true to display a visual reminder, such as a pop-up, for the follow-up.
- : Boolean
- # Subject line for the follow-up.
- : String
- # Unique ID of the user for whom the follow-up is intended.
- : Int
- }