OBJECT
ImporterEventBody
link GraphQL Schema definition
- type ImporterEventBody {
- # The importer associated with the event
- : Importer
- # The importer's POA signature type
- : SignType
- # The reason a document was rejected
- : ImporterRejectionReason
- # A description of the action to take
- : String
- # The document associated with the event
- : String
- # The name of the client user associated with the event
- : String
- # The name of the INLT user associated with the event
- : String
- }