{
"id": "string",
"applyNo": "string",
"workOrderId": "string",
"qualitativeOrderId": "string",
"workOrderType": 0,
"regionNo": "string",
"regionName": "string",
"status": 0,
"currentStatusTime": "string",
"createrPhone": "string",
"createrNo": "string",
"createrName": "string",
"productTopCategoryId": "string",
"productTopCategoryName": "string",
"productSupCategoryId": "string",
"productSupCategoryName": "string",
"innerBarcode": "string",
"iPDate": "string",
"iPCode": "string",
"outterBarcode": "string",
"oPDate": "string",
"oPCode": "string",
"innerModelNumber": "string",
"productSeries": "string",
"innerBarcodePic": "string",
"outterBarcodePic": "string",
"other1": "string",
"other2": "string",
"other3": "string",
"faultCode": "string",
"faultPhenomenon": "string",
"faultCategory": "string",
"faultDesc": "string",
"departmentContacterId": "string",
"departmentContacterName": "string",
"departmentContacterRetentionTime": "string",
"fileId": "string",
"createdDate": "string",
"createdBy": "string",
"lastModifiedDate": "string",
"lastModifiedBy": "string"
}
curl --location --request POST 'http://localhost:8094/api/support/technicalConsultation' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJsaWF0IjoxNzUxMzUyMDk0LCJhZ2VudElkIjowLCJjbGllbnRJZCI6Im50cy1mcm9udC1zbXMiLCJvcmciOiIxMDAiLCJtb2JpbGUiOiIxMzY3NjA3NTE5NiIsImF2YXRhciI6IiIsInByZWZlcnJlZF91c2VybmFtZSI6IjE4MDYwOCIsImxvY2FsZSI6IlpoLWNuIiwiZXh0QXR0cmlidXRlcyI6e30sInJlYWxOYW1lIjoi6buE5a626KOVIiwicmxzIjpbIjEwMCIsIjIwMSJdLCJyYXdfdXNlcm5hbWUiOiIxODA2MDgiLCJ1c2VyVHlwZSI6IlVTRVIiLCJhdXRoTWV0aG9kIjoiUEFTU1dPUkQiLCJleHAiOjE3NTEzNTM4OTQsImRpZCI6IjIyNmU1ZGRjLTJjMjMtNDhmNi1hMjFhLWI0ZjRkZjliMDRmYyIsImVtYWlsIjoiIiwib3V0bGV0c05vIjoiOTk5OTk5OTkiLCJ1c2VybmFtZSI6IjE4MDYwOCIsInN1YiI6IjE4MDYwOCIsImp0aSI6IjE4MDYwOCJ9.JAbQ_N1d4z6v5AKF6mswjkGnlzHhciidJKdi6AiZJ-qMi4CzO_7qEFGXbqDPjbU-tqDqFJHnfmRfG709RbGatWHJsAcSDbE7MEnbI3XRjS2QSFIZhIvBqvrmdw2FMj9OYGUPP_f9E3yX0_VOOQ1FAFE9rzwmSmbWYrnjf-QRajaSwKxNb-L30y6rzNITGF2WGK9rqcAQlpkjIZpJ6FY91eQs8Uc7bkReiLC63tgQb95q54uilglPBkbKp7bXhmGDP8y8Rb7NGcpJ0R7dtCah-YzuKaKkw0mt0xJUrH2k2AO8FRqCbSjz2SapsZgX3YAWJVX9jgu2E8bukRsKP45O-w' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"applyNo": "string",
"workOrderId": "string",
"qualitativeOrderId": "string",
"workOrderType": 0,
"regionNo": "string",
"regionName": "string",
"status": 0,
"currentStatusTime": "string",
"createrPhone": "string",
"createrNo": "string",
"createrName": "string",
"productTopCategoryId": "string",
"productTopCategoryName": "string",
"productSupCategoryId": "string",
"productSupCategoryName": "string",
"innerBarcode": "string",
"iPDate": "string",
"iPCode": "string",
"outterBarcode": "string",
"oPDate": "string",
"oPCode": "string",
"innerModelNumber": "string",
"productSeries": "string",
"innerBarcodePic": "string",
"outterBarcodePic": "string",
"other1": "string",
"other2": "string",
"other3": "string",
"faultCode": "string",
"faultPhenomenon": "string",
"faultCategory": "string",
"faultDesc": "string",
"departmentContacterId": "string",
"departmentContacterName": "string",
"departmentContacterRetentionTime": "string",
"fileId": "string",
"createdDate": "string",
"createdBy": "string",
"lastModifiedDate": "string",
"lastModifiedBy": "string"
}'
{
"statusCode": 0,
"messageCode": "",
"message": "",
"data": {},
"total": 0,
"exception": "",
"timestamp": {
"seconds": 0,
"nanos": 0
}
}