{
"actionCode": "string",
"busiObj": "string",
"ids": "string",
"data": [
"string"
],
"externalData": {
"enable": "string"
}
}curl --location --request POST 'http://dev-cn.your-api-server.com/ybill/pub' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionCode": "string",
"busiObj": "string",
"ids": "string",
"data": [
"string"
],
"externalData": {
"enable": "string"
}
}'{
"code": 200,
"message": "启用|停用成功!",
"data": {
"msg": "共停用1条,成功0条,失败1条!",
"faileDetail": [
"对账方案[dd4ebd58d1954236929fcf8ec1fc7c12]已被对账单使用,不允许停用!"
]
},
"_status": 0,
"changedPropertyNames": null,
"fullName": null
}