{
"data": [
{
"type": "string",
"shopCode": "string",
"storeNo": "string",
"deviceActualCode": "string",
"totalElec": 0,
"chargeAmount": 0,
"lossAmount": 0,
"totalAmount": 0,
"readNum": 0,
"deviceElectricPriceRecordList": [
{
"priceLevel": 0,
"readNum": 0
}
],
"readDate": "string",
"refundAmount": 0,
"receivableAmount": 0,
"otherFeeDataList": [
{
"otherFeeType": "string",
"otherFeeAmount": 0
}
],
"amount": 0
}
],
"mallCode": "string",
"version": "string"
}curl --location --request POST 'http://test-cn.your-api-server.com/openapi/device/synchronize' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"type": "string",
"shopCode": "string",
"storeNo": "string",
"deviceActualCode": "string",
"totalElec": 0,
"chargeAmount": 0,
"lossAmount": 0,
"totalAmount": 0,
"readNum": 0,
"deviceElectricPriceRecordList": [
{
"priceLevel": 0,
"readNum": 0
}
],
"readDate": "string",
"refundAmount": 0,
"receivableAmount": 0,
"otherFeeDataList": [
{
"otherFeeType": "string",
"otherFeeAmount": 0
}
],
"amount": 0
}
],
"mallCode": "string",
"version": "string"
}'{
"code": "string",
"error": {
"appName": "string",
"errorDetail": "string",
"errorTime": "string",
"instance": "string",
"traceId": "string"
},
"msg": "string",
"success": true,
"data": [
{}
]
}