GraphQL INPUT_OBJECT

CreateNotifcationSettingsInput

link Definition

  • input CreateNotifcationSettingsInput {
  • # Document type.
  • documentTypeId: NotificationDocumentTypeEnum!
  • # Schema version. If not set the most current schema will be used.
  • xmlSchemaId: XmlSchemaEnum
  • # Character encoding.
  • encodingId: CharacterEncodingEnum
  • # Language to be used for the notification.
  • languageId: CheckoutLanguageEnum!
  • # Determines how often the notifications are sent. Daily, monthly, and weekly
  • # notifications are only available for the transport layer delivery types FTP and
  • # HTTP Upload.
  • intervalId: IntervalEnum!
  • }