{
"id": 0,
"tenantId": 0,
"deptId": 0,
"fullName": "string",
"shortName": "string",
"contactPerson": "string",
"contactPhone": "string",
"email": "string",
"address": "string",
"contractFileKey": "string",
"contractFileName": "string",
"licenseFileKey": "string",
"licenseFileName": "string",
"remark": "string"
}curl --location '/basic/customer/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"tenantId": 0,
"deptId": 0,
"fullName": "string",
"shortName": "string",
"contactPerson": "string",
"contactPhone": "string",
"email": "string",
"address": "string",
"contractFileKey": "string",
"contractFileName": "string",
"licenseFileKey": "string",
"licenseFileName": "string",
"remark": "string"
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}