Modifies campaign information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:UpdateMarketingFLow |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ActivityCode |
string |
No |
The code of the campaign to modify. |
115311507XXXX49888 |
| ActivityId |
string |
No |
The ID of the campaign to modify. |
674574575658675XX |
| ActivityName |
string |
No |
The campaign name. |
test |
| StartDate |
string |
No |
The start time. |
2025-11-25 09:59:00 |
| ActivityDesc |
string |
No |
The campaign description. |
活动描述 |
| EndDate |
string |
No |
The end time. |
2025-11-26 09:59:00 |
| ExecutionType |
string |
Yes |
The execution method. Set this parameter to 1 (cron). |
1 |
| CronExpression |
string |
No |
The cron expression for timed scheduling. |
0 59 9 */1 * ? |
| RelatedGroupId |
integer |
No |
The ID of the associated group. |
114345654645XX |
| RelatedFlowCode |
string |
No |
The code of the associated flow. |
cf-kr3k31**mfeir8w |
| RelatedFlowName |
string |
No |
The name of the associated flow. |
testflow |
|
No |
Specifies whether to use custom pass-through parameters. Valid values:
|
|||
|
No |
The custom pass-through parameters. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The detailed reason why access was denied. |
None |
| Message |
string |
The returned message. |
true |
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each request. You can use the request ID to troubleshoot issues. |
ewtrew-fghdfg43564ZZ |
| Data |
object |
The result details of the monitoring task. |
True |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "true",
"RequestId": "ewtrew-fghdfg43564ZZ",
"Data": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.