Skip to main content

DefectDetail

affectedPercentagenumber

Affected percentage by the defect

Example: 1
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
    defectCategorystringnullable

    Defect category

    Example: Construction
    defectCodestringnullable

    Defect code

    Example: CON111
    defectItems object[]

    List of defective items

  • Array [
  • attachments object[]

    List of attachments of defective items

  • Array [
  • urlurl

    URL of attachments for the CAPA report

    Example: https://.../image1.jpg
  • ]
  • classificationstringnullable

    Classification of the defective item

    Example: Minor
    colorstringnullable

    Color of the defective item

    Example: black
    customIdstringnullable

    Custom ID of the defective item

    Example: ITEM123
    itemIdstringnullable

    ID of the defective item

    Example: 111-22-333
    sizestringnullable

    Size of the defective item

    Example: Medium
    styleIdstringnullable

    Style ID of the defective item

    Example: style_1
  • ]
  • defectNamestringnullable

    Defect name

    Example: Construction defect
    preventativeActionstringnullable

    Preventative action

    Example: Advise all staff
    rootCausestringnullable

    Root cause of the defect

    Example: Wrong carton dimension
    totalDefectItemsinteger

    Total defect items

    Example: 1
    totalDefectUnitsinteger

    Total defect units

    Example: 1
    DefectDetail
    {
    "affectedPercentage": 1,
    "comments": "Reviewed",
    "correctiveAction": {
    "details": "Rework on the defective units",
    "value": "Rework Units"
    },
    "defectCategory": "Construction",
    "defectCode": "CON111",
    "defectItems": [
    {
    "attachments": [
    {
    "url": "https://.../image1.jpg"
    }
    ],
    "classification": "Minor",
    "color": "black",
    "customId": "ITEM123",
    "itemId": "111-22-333",
    "size": "Medium",
    "styleId": "style_1"
    }
    ],
    "defectName": "Construction defect",
    "preventativeAction": "Advise all staff",
    "rootCause": "Wrong carton dimension",
    "totalDefectItems": 1,
    "totalDefectUnits": 1
    }