Skip to main content

RFID

barCodestringnullable

Barcode

Example: 456
comments object[]

Comment on the actions

  • Array [
  • attachments object[]

    Attachments in Chatbox

  • Array [
  • fileNamestringnullable

    File Name of the attachment in Chatbox

    Example: 123-abc
    urlurl

    URL of attachments for the CAPA report

    Example: https://.../image1.jpg
  • ]
  • createdDatedate-time

    Creation date of the message in Chatbox

    Example: 2021-05-25T13:58:26+00:00
    emailstring

    Email of the contact who posted the message in Chatbox

    firstNamestringnullable

    First Name of the contact who posted the message in Chatbox

    Example: John
    lastNamestringnullable

    Last Name of the contact who posted the message in Chatbox

    Example: Doe
    messagestringnullable

    Message in Chatbox

    Example: Please update the status
    organizationNamestringnullable

    Organization of the contact who posted the message in Chatbox

    Example: Acme Corp
  • ]
  • correctiveAction object

    Information on the corrective action

    detailsstringnullable

    Details on the corrective action

    Example: Rework on the defective units
    valuestringnullable

    An action in the corrective list

    Example: Rework Units
    decryptedCodestringnullable

    Decrypted Code

    Example: 123123
    matchedboolean

    Indicate if the code is matched

    Example: true
    photosstring[]

    List of photos

    preventativeActionstringnullable

    Preventative action

    Example: Advise all staff
    rfidstringnullable

    RFID

    Example: 123
    rootCausestringnullable

    Root cause of the defect

    Example: Wrong carton dimension
    RFID
    {
    "barCode": "456",
    "comments": "Reviewed",
    "correctiveAction": {
    "details": "Rework on the defective units",
    "value": "Rework Units"
    },
    "decryptedCode": "123123",
    "matched": "true",
    "photos": [
    "string"
    ],
    "preventativeAction": "Advise all staff",
    "rfid": "123",
    "rootCause": "Wrong carton dimension"
    }