GraphQL OBJECT

NotificationDocumentType

link Definition

  • type NotificationDocumentType {
  • # Id.
  • id: NotificationDocumentTypeEnum
  • # Name of the document type.
  • name: String
  • # Describes if this document type is valid for the transport type E-Mail.
  • isValidForEmail: Boolean
  • # Describes if this document type is valid for the transport type FTP.
  • isValidForFtp: Boolean
  • # Describes if this document type is valid for the transport type FTPS.
  • isValidForFtps: Boolean
  • # Describes if this document type is valid for the transport type SFTP.
  • isValidForSFtp: Boolean
  • # Describes if this document type is valid for the transport type HTTP POST.
  • isValidForHttpPost: Boolean
  • # Describes if this document type is valid for the transport type HTTP POST (as
  • # variable).
  • isValidForHttpPostVariable: Boolean
  • # Describes if this document type is valid for the transport type HTTP Upload.
  • isValidForHttpUpload: Boolean
  • }