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.jpgfileUrlstringnullable
URL of the attachment
Example:
https://.../file.jpg]
createdDatestring<date-time>nullable
Date the comment was created
Example:
2021-05-25T13:58:26+00:00firstNamestringnullable
First name of the user who posted the comment
Example:
JohnlastNamestringnullable
Last name of the user who posted the comment
Example:
Doemessagestringnullable
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 unitsvaluestringnullable
An action in the corrective list
Example:
Rework Unitsdescriptionstringnullable
Description of the special point
Example:
Stitching quality issue observedpreventativeActionstringnullable
Preventative action
Example:
Advise all stafftypestringnullable
Type of the special point: remark or quality
Example:
remarkSpecialPoint
{
"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"
}