{
"chagorderid": "14724",
"accountid": "3124",
"stationid": "25946",
"cpid": "3133",
"portid": "31469",
"pipeSn": "string",
"pipeType": 1,
"pipeModel": 0,
"orderType": 2,
"orderStatus": 1,
"closeInfo": 0,
"orderDate": "2019-08-24T14:15:22Z",
"electricPrice": 1429,
"servicePrice": 2685,
"totalPower": 0,
"serviceFee": 0,
"electricFee": 0,
"totalPay": 0,
"currentBalance": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"beforeSoc": 0,
"currentSoc": 0,
"remainingTime": 0,
"totalEnergy": 0,
"orderOwner": 0,
"commentid": "5866",
"usebonuspoint": 0,
"stationName": "赵六",
"vin": "string",
"plateNum": "string",
"stopReason": 0,
"pipePn": "string",
"excCode": 0,
"openStatus": 1,
"externalOrder": "string",
"orderFlag": 0,
"companyId": "14965",
"companyMoney": 0,
"usedCompanyMoney": 0,
"usedCuppon": 0,
"orderStartCmd": 0,
"operatorid": "13294",
"districtid": "30495",
"driverid": "26741",
"invoiceCode": 0,
"outputVoltageV2": 0,
"outputCurrentV2": 0,
"serialidV2": "string",
"settleFlagV2": 0,
"bonuspointDeductionV2": 0,
"rateComboIdV2": "string",
"rateVersionV2": 0,
"serviceRateComboIdV2": "string",
"serviceRateComboVsersionV2": 0,
"gunidV2": 0,
"cardidV2": "string",
"balanceBeforeChargeV2": 0,
"balanceAfterChargeV2": 0,
"totalElecBeforeChargeV2": 0,
"msgTypeV2": 0,
"cardTypeV2": 0,
"skidV2": "string",
"mobileV2": "string",
"tipPayV2": 0,
"crestPayV2": 0,
"normalPayV2": 0,
"valleyPayV2": 0,
"tipPowerV2": 0,
"crestPowerV2": 0,
"normalPowerV2": 0,
"valleyPowerV2": 0,
"tipDurationV2": 0,
"crestDurationV2": 0,
"normalDurationV2": 0,
"valleyDurationV2": 0,
"phoneNumV2": "string",
"orderVersionV2": 0,
"chargeEnergyDetailV2": "string",
"policyinfos": "string",
"companyType": 1,
"platformType": 2,
"sinceId": "7922",
"appSettle": 0,
"errorCode": 0
}
curl --location --request PUT '/admin-api/charging/order/update' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"chagorderid": "14724",
"accountid": "3124",
"stationid": "25946",
"cpid": "3133",
"portid": "31469",
"pipeSn": "string",
"pipeType": 1,
"pipeModel": 0,
"orderType": 2,
"orderStatus": 1,
"closeInfo": 0,
"orderDate": "2019-08-24T14:15:22Z",
"electricPrice": 1429,
"servicePrice": 2685,
"totalPower": 0,
"serviceFee": 0,
"electricFee": 0,
"totalPay": 0,
"currentBalance": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"beforeSoc": 0,
"currentSoc": 0,
"remainingTime": 0,
"totalEnergy": 0,
"orderOwner": 0,
"commentid": "5866",
"usebonuspoint": 0,
"stationName": "赵六",
"vin": "string",
"plateNum": "string",
"stopReason": 0,
"pipePn": "string",
"excCode": 0,
"openStatus": 1,
"externalOrder": "string",
"orderFlag": 0,
"companyId": "14965",
"companyMoney": 0,
"usedCompanyMoney": 0,
"usedCuppon": 0,
"orderStartCmd": 0,
"operatorid": "13294",
"districtid": "30495",
"driverid": "26741",
"invoiceCode": 0,
"outputVoltageV2": 0,
"outputCurrentV2": 0,
"serialidV2": "string",
"settleFlagV2": 0,
"bonuspointDeductionV2": 0,
"rateComboIdV2": "string",
"rateVersionV2": 0,
"serviceRateComboIdV2": "string",
"serviceRateComboVsersionV2": 0,
"gunidV2": 0,
"cardidV2": "string",
"balanceBeforeChargeV2": 0,
"balanceAfterChargeV2": 0,
"totalElecBeforeChargeV2": 0,
"msgTypeV2": 0,
"cardTypeV2": 0,
"skidV2": "string",
"mobileV2": "string",
"tipPayV2": 0,
"crestPayV2": 0,
"normalPayV2": 0,
"valleyPayV2": 0,
"tipPowerV2": 0,
"crestPowerV2": 0,
"normalPowerV2": 0,
"valleyPowerV2": 0,
"tipDurationV2": 0,
"crestDurationV2": 0,
"normalDurationV2": 0,
"valleyDurationV2": 0,
"phoneNumV2": "string",
"orderVersionV2": 0,
"chargeEnergyDetailV2": "string",
"policyinfos": "string",
"companyType": 1,
"platformType": 2,
"sinceId": "7922",
"appSettle": 0,
"errorCode": 0
}'
{
"code": 0,
"data": true,
"msg": "string"
}