{
"pipeType": 1,
"sn": "XZ01DT000802",
"hiciStakePowerSet": {
"pipeDefaultPower": 0,
"oneGunPower": 0,
"twoGunPower": 0,
"threeGunPower": 0,
"fourGunPower": 0,
"manufacinfo": "string"
},
"v2gStakePowerSet": {
"gunNo": 0,
"chargParas": [
{
"startTime": 0,
"endTime": 0,
"power": 0,
"direction": 0
}
]
},
"ocppStakePowerSet": {
"connectorId": 0,
"utcStartTime": "string",
"utcEndTime": "string",
"sentPower": 0,
"transactionId": "string"
}
}
curl --location --request POST '/stakePowerSet' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeType": 1,
"sn": "XZ01DT000802",
"hiciStakePowerSet": {
"pipeDefaultPower": 0,
"oneGunPower": 0,
"twoGunPower": 0,
"threeGunPower": 0,
"fourGunPower": 0,
"manufacinfo": "string"
},
"v2gStakePowerSet": {
"gunNo": 0,
"chargParas": [
{
"startTime": 0,
"endTime": 0,
"power": 0,
"direction": 0
}
]
},
"ocppStakePowerSet": {
"connectorId": 0,
"utcStartTime": "string",
"utcEndTime": "string",
"sentPower": 0,
"transactionId": "string"
}
}'
true