{
"companyId": "14898",
"skid": "31129",
"companyName": "王五",
"companyPhone": "string",
"companyEmail": "string",
"companyAddr": "string",
"companyMoney": 0,
"userGroup": "string",
"regDate": "2019-08-24T14:15:22Z",
"relatedStation": "string",
"notifyMoney": 0,
"notifyDate": "2019-08-24T14:15:22Z",
"selfCharge": 0,
"balance": 0,
"platformType": 2,
"tenantId": "2"
}
curl --location --request PUT '/admin-api/charging/account/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": "14898",
"skid": "31129",
"companyName": "王五",
"companyPhone": "string",
"companyEmail": "string",
"companyAddr": "string",
"companyMoney": 0,
"userGroup": "string",
"regDate": "2019-08-24T14:15:22Z",
"relatedStation": "string",
"notifyMoney": 0,
"notifyDate": "2019-08-24T14:15:22Z",
"selfCharge": 0,
"balance": 0,
"platformType": 2,
"tenantId": "2"
}'
{
"code": 0,
"data": true,
"msg": "string"
}