Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"placeId": 0,
"billMonth": "string",
"aPrice": 0,
"bPrice": 0,
"cPrice": 0,
"dPrice": 0,
"ePrice": 0,
"fPrice": 0,
"billNum": "string",
"stationIds": "string",
"boxIds": "string",
"incomeShareRatio": 0,
"billJsonData": "string",
"downEnable": true
}
curl --location --request PUT 'http://localhost:8080/ess/bill/updateJsonData' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"placeId": 0,
"billMonth": "string",
"aPrice": 0,
"bPrice": 0,
"cPrice": 0,
"dPrice": 0,
"ePrice": 0,
"fPrice": 0,
"billNum": "string",
"stationIds": "string",
"boxIds": "string",
"incomeShareRatio": 0,
"billJsonData": "string",
"downEnable": true
}'
{
"": {}
}