GraphQL INPUT_OBJECT
CreateFollowUpInput
link Definition
- input CreateFollowUpInput {
- # 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 :
- # Unique ID of the purchase to which the follow-up relates.
- Int :
- # Unique ID of the client to which the follow-up relates.
- 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 :
- }