{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"recordId": 0,
"companyName": "string",
"companyNature": "string",
"legalRepresentative": "string",
"productionCategory": "string",
"applyStatus": 0,
"announceBatch": "string",
"inboundTime": 0,
"assignee": "string",
"directoryStatus": 0,
"updateMatter": "string",
"approvalOpinion": "string"
}
curl --location --request PUT '/amc/companyDirectory/' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"recordId": 0,
"companyName": "string",
"companyNature": "string",
"legalRepresentative": "string",
"productionCategory": "string",
"applyStatus": 0,
"announceBatch": "string",
"inboundTime": 0,
"assignee": "string",
"directoryStatus": 0,
"updateMatter": "string",
"approvalOpinion": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"status": 0,
"creatorId": 0,
"updatedTime": 0,
"recordId": 0,
"companyName": "string",
"companyNature": "string",
"legalRepresentative": "string",
"productionCategory": "string",
"applyStatus": 0,
"announceBatch": "string",
"inboundTime": 0,
"directoryStatus": 0,
"id": 0,
"updateMatter": "string",
"taskType": 0,
"approvalOpinion": "string"
},
"success": true
}