InspectionRfid
barcode string
Barcode of the item
Example:
123456
code string
Code of the item
Example:
123
decodedCode string
Decoded code of the item
Example:
111
id string
Unique identifier of the barcode
Example:
abc-def-123
inspectionId string
Unique identifier of the report
Example:
abcd1234-ab12-ab12-ab12-abcd1234efgh4568
matched boolean
Indicates whether the barcode of the item matches the expected barcode
Example:
true
organizationId string
Unique identifier of the organization who executed the inspection
Example:
200373
photos string[]
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"
]
}