Skip to main content

DefectItem

attachments object[]

List of attachments of defective items

  • Array [
  • url url

    URL of attachments for the CAPA report

    Example: https://.../image1.jpg
  • ]
  • classification stringnullable

    Classification of the defective item

    Example: Minor
    color stringnullable

    Color of the defective item

    Example: black
    customId stringnullable

    Custom ID of the defective item

    Example: ITEM123
    itemId stringnullable

    ID of the defective item

    Example: 111-22-333
    size stringnullable

    Size of the defective item

    Example: Medium
    styleId stringnullable

    Style ID of the defective item

    Example: style_1
    DefectItem
    {
    "attachments": [
    {
    "url": "https://.../image1.jpg"
    }
    ],
    "classification": "Minor",
    "color": "black",
    "customId": "ITEM123",
    "itemId": "111-22-333",
    "size": "Medium",
    "styleId": "style_1"
    }