{
"cpid": "21095",
"stationid": "6858",
"maxPower": "string",
"stakeCardStatus": 2,
"readyFlag": "string",
"isPush": 0,
"supplier": "string",
"sn": "string",
"type": "string",
"portNum": 0,
"manufacturerId": "string",
"stakeSinceId": "26959",
"iccid": "350",
"timingStatus": 1,
"deviceType": 2,
"pipeSequenceNum": "string"
}
curl --location --request PUT '/admin-api/charging/pipe/updateStation' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpid": "21095",
"stationid": "6858",
"maxPower": "string",
"stakeCardStatus": 2,
"readyFlag": "string",
"isPush": 0,
"supplier": "string",
"sn": "string",
"type": "string",
"portNum": 0,
"manufacturerId": "string",
"stakeSinceId": "26959",
"iccid": "350",
"timingStatus": 1,
"deviceType": 2,
"pipeSequenceNum": "string"
}'
{
"code": 0,
"data": true,
"msg": "string"
}