{
"biz_unit": "string",
"biz_user": "string",
"order_no": "string",
"tex_no": "string",
"rating": -32768,
"content": "string",
"attached": "string",
"create_time": "2019-08-24T14:15:22Z"
}
curl --location --request PUT '/oms/serviceComment//' \
--header 'Content-Type: application/json' \
--data-raw '{
"biz_unit": "string",
"biz_user": "string",
"order_no": "string",
"tex_no": "string",
"rating": -32768,
"content": "string",
"attached": "string",
"create_time": "2019-08-24T14:15:22Z"
}'
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"biz_unit": "string",
"biz_user": "string",
"order_no": "string",
"tex_no": "string",
"rating": -32768,
"content": "string",
"attached": "string",
"create_time": "2019-08-24T14:15:22Z"
}