Skip to content

Scancode

This outbound task attachment is used to let ERP systems know about scanned RFID tags. This relates to goods that have been scanned with an RFID scanner.

Attribute Description Optional Example
attachmentType The type of this attachment. Needs to be 1, which means text no 1
subType The sub-type of this attachment, being scancode no scancode
extra The codes of the scanned tags no see below

Each Scan element in the extra XML supports the following attributes:

Attribute Description Example
code The value read from the RFID tag. 300ED89F3350004001285665
createdOn The date and time at which the tag was scanned, in yyyy-MM-dd HH:mm:ss format. 2026-01-15 09:50:15
geocode The location of the device when the tag was scanned, in the usual OMD geocode format. 0_0_6.8031994_51.2316878
location An optional, application-defined location identifier for the scanned tag. warehouse-A-17
type The type of scan. For RFID scans, this is RFID. RFID

Example Extra Data

<Data>
    <Scan code="300ED89F3350004001285665" createdOn="2026-01-15 09:50:15" geocode="0_0_6.8031994_51.2316878" location="warehouse-A-17" type="RFID"/>
    <Scan code="300ED89F3350004001285636" createdOn="2026-01-15 09:50:18" geocode="0_0_6.8031994_51.2316878" type="RFID"/>
    <Scan code="300ED89F33500040012855BA" createdOn="2026-01-15 09:57:10" geocode="0_0_6.8031994_51.2316878" type="RFID"/>
    <Scan code="300ED89F33500040012855FB" createdOn="2026-01-15 09:59:25" geocode="0_0_6.8031994_51.2316878" type="RFID"/>
    <Scan code="300ED89F33500040012856FC" createdOn="2026-01-15 10:00:49" geocode="0_0_6.8031994_51.2316878" type="RFID"/>
</Data>