day_part_mgr_add

Back to SOAP Architecture Method Reference

Description

The day_part_mgr_add method adds a day part to your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
day_mask The bitmask value for the days of the week on which the day part will be active. int R
domain_id The unique ID# of your domain. bstypes:ResourceId R
end_date The end date of the day part. bstypes:SimpleDate R
end_time The end time of the day part. bstypes:SimpleTime R
impressions_per_hour The estimated number of impressions per hour for the associated display unit, calculated for the day part. int R
name The day part's name. string R
parent_id The unique ID# of the display unit to which the day part is associated. bstypes:ResourceId R
start_date The start date of the day part. bstypes:SimpleDate R
start_time The start time of the day part. bstypes:SimpleTime R
virtual_end_date Use the following value if the day part is valid every year or all the time: "8000-12-31". bstypes:SimpleDate R
virtual_start_date Use the following value if the day part is valid every year or all the time: "1756-01-01". bstypes:SimpleTime R
weight The priority level of the day part as a positive integer value. A value of -1 indicates that this is a blocking day part. int R

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the day part added. bstypes:ResourceId R