Skip to main content

MoistureCheck

aql object

AQL information

aqlId stringnullable

AQL ID

Example: 123
critical number

Number of Critical defects

Example: 0
major number

Number of Major defects

Example: 1
minor number

Number of Minor defects

Example: 2
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
    defectFound object

    Information on the number of defects

    critical integer

    Number of Critical defects

    Example: 0
    major integer

    Number of Major defects

    Example: 1
    minor integer

    Number of Minor defects

    Example: 2
    defectItems object[]

    List of defective items that failed the moisture check

  • Array [
  • components object[]

    Components of items that failed the moisture check

  • Array [
  • acceptableTolerances object[]

    Acceptable Tolerance information

  • Array [
  • from number

    The bottom range of the acceptable tolerance

    Example: 0.2
    to number

    The top range of the acceptable tolerance

    Example: 1
    unit stringnullable

    Unit of the acceptable tolerance in cm,mm,inch

    Example: cm
  • ]
  • defectClassification stringnullable

    Defect Classification

    Example: Minor
    name stringnullable

    Name of the component

    Example: Arm
    outOfTolerance object

    Out of Tolerance information

    unit stringnullable
    Example: cm
    value number

    value of the out of acceptable tolerance

    Example: 1.5
  • ]
  • itemId stringnullable

    ID of the item that failed the moisture check

    Example: ITEM1212
    type stringnullable

    Type of the defective item

    Example: General
  • ]
  • maxAllowed object

    Maximum number of defect allowed

    critical integer

    Number of Critical defects

    Example: 0
    major integer

    Number of Major defects

    Example: 1
    minor integer

    Number of Minor defects

    Example: 2
    preventativeAction stringnullable

    Preventative action

    Example: Advise all staff
    rootCause stringnullable

    Root cause of the defect

    Example: Wrong carton dimension
    totalDefects integer

    Total number of defects

    Example: 2
    totalItems integer

    Total number of defective items

    Example: 2
    MoistureCheck
    {
    "aql": {
    "aqlId": "123",
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "comments": "Reviewed",
    "correctiveAction": {
    "details": "Rework on the defective units",
    "value": "Rework Units"
    },
    "defectFound": {
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "defectItems": [
    {
    "components": [
    {
    "acceptableTolerances": [
    {
    "from": 0.2,
    "to": 1,
    "unit": "cm"
    }
    ],
    "defectClassification": "Minor",
    "name": "Arm",
    "outOfTolerance": {
    "unit": "cm",
    "value": 1.5
    }
    }
    ],
    "itemId": "ITEM1212",
    "type": "General"
    }
    ],
    "maxAllowed": {
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "preventativeAction": "Advise all staff",
    "rootCause": "Wrong carton dimension",
    "totalDefects": 2,
    "totalItems": 2
    }