OBJECT

ImporterEventBody

link GraphQL Schema definition

  • type ImporterEventBody {
  • # The importer associated with the event
  • importer: Importer
  • # The importer's POA signature type
  • signType: SignType
  • # The reason a document was rejected
  • rejectionCode: ImporterRejectionReason
  • # A description of the action to take
  • text: String
  • # The document associated with the event
  • filename: String
  • # The name of the client user associated with the event
  • clientUserName: String
  • # The name of the INLT user associated with the event
  • brokerUserName: String
  • }

link Require by