GraphQL OBJECT
NotificationDocumentType
link Definition
- type NotificationDocumentType {
- # Id.
- NotificationDocumentTypeEnum :
- # Name of the document type.
- String :
- # Describes if this document type is valid for the transport type E-Mail.
- Boolean :
- # Describes if this document type is valid for the transport type FTP.
- Boolean :
- # Describes if this document type is valid for the transport type FTPS.
- Boolean :
- # Describes if this document type is valid for the transport type SFTP.
- Boolean :
- # Describes if this document type is valid for the transport type HTTP POST.
- Boolean :
- # Describes if this document type is valid for the transport type HTTP POST (as
- # variable).
- Boolean :
- # Describes if this document type is valid for the transport type HTTP Upload.
- Boolean :
- }