{
"id": 32193,
"stationid": "18387",
"pipesn": "string",
"whiteListId": 20515,
"whiteListVersion": "string",
"listSize": 0,
"vinList": "string",
"whiteListStatus": 2,
"createId": 19226,
"createName": "李四",
"maxVinNumber": 0,
"pipeServeUrl": "https://www.iocoder.cn"
}
curl --location --request PUT '/admin-api/charging/white-list-record/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 32193,
"stationid": "18387",
"pipesn": "string",
"whiteListId": 20515,
"whiteListVersion": "string",
"listSize": 0,
"vinList": "string",
"whiteListStatus": 2,
"createId": 19226,
"createName": "李四",
"maxVinNumber": 0,
"pipeServeUrl": "https://www.iocoder.cn"
}'
{
"code": 0,
"data": true,
"msg": "string"
}