{
"body": {
"codes": [ // 客户编码列表
"CUST-COAL-MINING-08", // 煤矿设备客户(已终止合作)
"CUST-OIL-GAS-22" // 油气行业客户(合同到期)
],
"ids": [ // 客户系统ID
24051008, // 煤矿客户ID(历史ID)
24061022 // 油气客户ID(待归档)
]
}
}
curl --location --request POST '/api/open/v3/customers/disable' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"codes": [ // 客户编码列表
"CUST-COAL-MINING-08", // 煤矿设备客户(已终止合作)
"CUST-OIL-GAS-22" // 油气行业客户(合同到期)
],
"ids": [ // 客户系统ID
24051008, // 煤矿客户ID(历史ID)
24061022 // 油气客户ID(待归档)
]
}
}'
{
"code": 0,
"message": ""
}