{
"biz_unit": "string",
"biz_user": "string",
"status": -32768,
"content": "string",
"attached": "string",
"handler": "string",
"handle_time": "2019-08-24T14:15:22Z",
"create_time": "2019-08-24T14:15:22Z"
}
curl --location --request PATCH '/oms/customerComplaint//' \
--header 'Content-Type: application/json' \
--data-raw '{
"biz_unit": "string",
"biz_user": "string",
"status": -32768,
"content": "string",
"attached": "string",
"handler": "string",
"handle_time": "2019-08-24T14:15:22Z",
"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",
"status": -32768,
"content": "string",
"attached": "string",
"handler": "string",
"handle_time": "2019-08-24T14:15:22Z",
"create_time": "2019-08-24T14:15:22Z"
}