ScanCodeInput
A single scanned BMP code.
input ScanCodeInput {
format: ScanFormat!
scanOrder: Int!
scannedAt: DateTime!
xmlContent: String!
}
Fields
ScanCodeInput.format ● ScanFormat! non-null enum
The scan format f.ex DATAMATRIX
ScanCodeInput.scanOrder ● Int! non-null scalar
1-based order in which this code was scanned within the session.
ScanCodeInput.scannedAt ● DateTime! non-null scalar
Shows the time when the qr code was scanned.
ScanCodeInput.xmlContent ● String! non-null scalar
Raw, already-decoded XML content of the scanned BMP code.
Member Of
CommitScanInput input ● PreviewScanInput input