{
"body": {
"codes": [ // 客户编码列表
"CUST-WIND-POWER-01", // 风电客户(华东区)
"CUST-HYDRO-ENERGY-05" // 水电客户(西南区)
],
"ids": [ // 客户系统ID
25063001, // 风电客户主ID
25063002 // 水电客户子ID
]
}
}
curl --location --request POST '/api/open/v3/customers/enable' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"codes": [ // 客户编码列表
"CUST-WIND-POWER-01", // 风电客户(华东区)
"CUST-HYDRO-ENERGY-05" // 水电客户(西南区)
],
"ids": [ // 客户系统ID
25063001, // 风电客户主ID
25063002 // 水电客户子ID
]
}
}'
{
"code": 0,
"message": ""
}