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. Only
- # referencedClientId or purchaseId can be set simultaneously.
- : Int
- # Unique ID of the client the follow-up relates to.
- : Int
- # Unique ID of the client which is the target of the follow-up. Only
- # referencedClientId or purchaseId can be set simultaneously.
- : 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
- }