InlineResponse2001

interface InlineResponse2001 {
    ChipPage?: RfidLocation;
    ContainerList?: ContainerList;
    CoreLibResultCode?: number;
    elapsedTime?: number;
    log?: string;
    morePagesAvailable?: number;
    passBackObject?: { [key: string]: object };
    ProcessingFinished?: ProcessingStatus;
    TransactionInfo?: TransactionInfo;
}

Properties

ChipPage?: RfidLocation

InlineResponse2001

ContainerList?: ContainerList

InlineResponse2001

CoreLibResultCode?: number

InlineResponse2001

elapsedTime?: number

Time the document processing has taken, ms.

InlineResponse2001

log?: string

Base64 encoded transaction processing log

InlineResponse2001

morePagesAvailable?: number

InlineResponse2001

passBackObject?: { [key: string]: object }

Free-form object provided in request. See passBackObject property of ProcessRequest.

InlineResponse2001

ProcessingFinished?: ProcessingStatus

InlineResponse2001

TransactionInfo?: TransactionInfo

InlineResponse2001