schedule_mgr_update
Back to SOAP Architecture Method Reference
Description
The schedule_mgr_update method updates a specific schedule, that sits in a loop slot in a campaign, on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Indicates whether or not the resource is in an active state. | Boolean | R |
day_of_week_mask | The bitmask value for the days of the week on which the schedule will be active. | int | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
end_date | End date of your schedule. | bstypes:SimpleDate | R |
end_time | End time of your schedule. | bstypes:SimpleTime | R |
id | The unique ID# of your schedule. | bstypes:ResourceId | R |
name | The name of your schedule. | string | R |
start_date | Start date of your schedule. | bstypes:SimpleDate | R |
start_time | Start time of your schedule. | bstypes:SimpleTime | R |
weight | The default weight of the schedule. | int | R |
rotation_mode | Indicates the rotation mode of the schedule:
|
bstypes:RotationMode | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the updated schedule. | bstypes:ResourceId | R |