{
"id": 0,
"name": "string",
"mccmncIds": "string",
"resourceType": 0,
"modifyTime": "string",
"itemRule": [
{
"id": 0,
"ruleId": 0,
"type": 0,
"conditionType": 0,
"dayNum": 0,
"threshold1": 0,
"threshold2": 0,
"threshold3": 0
}
]
}curl --location --request PUT '/resourceStageRuleBase' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"mccmncIds": "string",
"resourceType": 0,
"modifyTime": "string",
"itemRule": [
{
"id": 0,
"ruleId": 0,
"type": 0,
"conditionType": 0,
"dayNum": 0,
"threshold1": 0,
"threshold2": 0,
"threshold3": 0
}
]
}'{
"code": 0,
"msg": "",
"data": false
}