Skip to main content

InspectionRfid

barcodestring

Barcode of the item

Example: 123456
codestring

Code of the item

Example: 123
decodedCodestring

Decoded code of the item

Example: 111
idstring

Unique identifier of the barcode

Example: abc-def-123
inspectionIdstring

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
matchedboolean

Indicates whether the barcode of the item matches the expected barcode

Example: true
organizationIdstring

Unique identifier of the organization who executed the inspection

Example: 200373
photosstring[]

List of photos taken

InspectionRfid
{
"barcode": "123456",
"code": "123",
"decodedCode": "111",
"id": "abc-def-123",
"inspectionId": "abcd1234-ab12-ab12-ab12-abcd1234efgh4568",
"matched": "true",
"organizationId": "200373",
"photos": [
"string"
]
}