{
"bill_id": -2147483648,
"bill_type": -32768,
"operator": "string",
"operator_type": -32768,
"operate_time": "2019-08-24T14:15:22Z"
}
curl --location --request PATCH '/dms/dmsbilltrace//' \
--header 'Content-Type: application/json' \
--data-raw '{
"bill_id": -2147483648,
"bill_type": -32768,
"operator": "string",
"operator_type": -32768,
"operate_time": "2019-08-24T14:15:22Z"
}'
{
"id": 0,
"bill_status": "string",
"bill_id": -2147483648,
"bill_type": -32768,
"operator": "string",
"operator_type": -32768,
"operate_time": "2019-08-24T14:15:22Z"
}