[
{
"equipmentId": "string",
"operatorId": "string",
"phoneNum": "string",
"portId": "string",
"stationId": "string",
"userId": "string",
"orderId": "string",
"usePower": 0,
"chargeStartTime": "2019-08-24T14:15:22Z",
"chargeEndTime": "2019-08-24T14:15:22Z",
"chargeDuration": 0
}
]
curl --location --request POST '/govbiz/open/order/addOrders' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"equipmentId": "string",
"operatorId": "string",
"phoneNum": "string",
"portId": "string",
"stationId": "string",
"userId": "string",
"orderId": "string",
"usePower": 0,
"chargeStartTime": "2019-08-24T14:15:22Z",
"chargeEndTime": "2019-08-24T14:15:22Z",
"chargeDuration": 0
}
]'
{
"code": "string",
"msg": "string"
}