Skip to main content

SpecialPoint

comments object[]

List of comments on the special point

  • Array [
  • attachments object[]

    List of attachments on the comment

  • Array [
  • fileNamestringnullable

    File name of the attachment

    Example: photo.jpg
    fileUrlstringnullable

    URL of the attachment

    Example: https://.../file.jpg
  • ]
  • createdDatestring<date-time>nullable

    Date the comment was created

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

    Email of the user who posted the comment

    firstNamestringnullable

    First name of the user who posted the comment

    Example: John
    lastNamestringnullable

    Last name of the user who posted the comment

    Example: Doe
    messagestringnullable

    Comment message

    organizationNamestringnullable

    Organization of the user who posted the comment

    Example: Acme Corp
  • ]
  • correctiveAction object
    detailsstringnullable

    Details on the corrective action

    Example: Rework on the defective units
    valuestringnullable

    An action in the corrective list

    Example: Rework Units
    descriptionstringnullable

    Description of the special point

    Example: Stitching quality issue observed
    preventativeActionstringnullable

    Preventative action

    Example: Advise all staff
    typestringnullable

    Type of the special point: remark or quality

    Example: remark
    SpecialPoint
    {
    "comments": [
    {
    "attachments": [
    {
    "fileName": "photo.jpg",
    "fileUrl": "https://.../file.jpg"
    }
    ],
    "createdDate": "2021-05-25T13:58:26+00:00",
    "email": "[email protected]",
    "firstName": "John",
    "lastName": "Doe",
    "message": "string",
    "organizationName": "Acme Corp"
    }
    ],
    "correctiveAction": {
    "details": "Rework on the defective units",
    "value": "Rework Units"
    },
    "description": "Stitching quality issue observed",
    "preventativeAction": "Advise all staff",
    "type": "remark"
    }