GraphQL INPUT_OBJECT
FollowUpSearchParameters
Input for search parameters of the follow-up. A follow-up is a reminder about open product and purchase issues.
link Definition
- input FollowUpSearchParameters {
- #   Unique ID of the office to whom the follow-up is assigned.
- : Int
- #   Unique ID of the department to whom the follow-up is assigned.
- : Int
- #   Unique ID of the user to whom the follow-up is assigned.
- : Int
- #   Id of the client account.
- : NumericIdSearchRelationInput
- #   Id of the referenced client account. For internal use only.
- : NumericIdSearchRelationInput
- #   Id of the follow-up.
- : NumericIdSearchRelationInput
- #   Reason of the follow-up.
- : FollowUpReasonEnum
- #   If the follow-up is done.
- : Boolean
- #   Id of the product that corresponds to the follow-up.
- : NumericIdSearchRelationInput
- #   Id of the purchase that corresponds to the follow-up.
- : NumericIdSearchRelationInput
- #   Subject of the follow-up.
- : StringSearchRelationInput
- #   Date and time when the follow-up will be/has been activated.
- : DateTimeSearchRelationInput
- #   Maximum number of items that should be retrieved.
- : Int
- }