curl --location --request PUT '/pda/qc/fqc' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"pendingId": 0,
"code": "string",
"fqcName": "string",
"fqcType": "string",
"templateId": 0,
"sourceDocId": 0,
"sourceDocType": "string",
"sourceDocCode": "string",
"sourceLineId": 0,
"workorderId": 0,
"workorderCode": "string",
"workorderName": "string",
"taskId": 0,
"taskCode": "string",
"taskName": "string",
"workstationId": 0,
"workstationCode": "string",
"workstationName": "string",
"processId": 0,
"processCode": "string",
"processName": "string",
"productId": 0,
"productCode": "string",
"productName": "string",
"specification": "string",
"unitOfMeasure": "string",
"quantityCheck": 0,
"quantityUnqualified": 0,
"quantityQualified": 0,
"crRate": 0,
"majRate": 0,
"minRate": 0,
"crQuantity": 0,
"majQuantity": 0,
"minQuantity": 0,
"processingObject": "string",
"inspectDate": "2019-08-24T14:15:22.123Z",
"inspector": "string",
"status": "string",
"remark": "string"
}'