shedule_mgr_add

Back to SOAP Architecture Method Reference

Description

The schedule_mgr_add method adds a schedule to your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
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
name The name of your schedule. string R
schedule_group Indicates the type of schedule group:
  • 1 = Channel
  • 2 = Loop slot
  • 3 = Filler
  • 4 = Program
bstypes:ScheduleGroup R
start_date Start date of your schedule. bstypes:SimpleDate R
start_time Start time of your schedule. bstypes:SimpleTime R
parent_id The unique ID# of the schedule's loop slot. bstypes:ResourceId O
reservable_id The unique ID# of the campaign or event with which this schedule is associated. bstypes:ResourceId O
rotation_mode Indicates the rotation mode of the schedule:
  • 0 = Ordered
  • 1 = Random
bstypes:RotationMode O
weight The default weight of the schedule. int O

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of your schedule. bstypes:ResourceId R