Skip to main content

RFID

barCode stringnullable

Barcode

Example: 456
comments object[]

Comment on the actions

  • Array [
  • attachments object[]

    Attachments in Chatbox

  • Array [
  • fileName stringnullable

    File Name of the attachment in Chatbox

    Example: 123-abc
    url url

    URL of attachments for the CAPA report

    Example: https://.../image1.jpg
  • ]
  • createdDate date-time

    Creation date of the message in Chatbox

    Example: 2021-05-25T13:58:26+00:00
    email string

    Email of the contact who posted the message in Chatbox

    firstName stringnullable

    First Name of the contact who posted the message in Chatbox

    Example: John
    lastName stringnullable

    Last Name of the contact who posted the message in Chatbox

    Example: Doe
    message stringnullable

    Message in Chatbox

    Example: Please update the status
    organizationName stringnullable

    Organization of the contact who posted the message in Chatbox

    Example: Acme Corp
  • ]
  • correctiveAction object

    Information on the corrective action

    details stringnullable

    Details on the corrective action

    Example: Rework on the defective units
    value stringnullable

    An action in the corrective list

    Example: Rework Units
    decryptedCode stringnullable

    Decrypted Code

    Example: 123123
    matched boolean

    Indicate if the code is matched

    Example: true
    photos string[]

    List of photos

    preventativeAction stringnullable

    Preventative action

    Example: Advise all staff
    rfid stringnullable

    RFID

    Example: 123
    rootCause stringnullable

    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"
    }