day_part_mgr_update
Back to SOAP Architecture Method Reference
Description
The day_part_mgr_update method updates a day part on your domain.
Note: A day part requires affiliation with a display unit to be of use. For more information, see Add Display Units (SOAP).
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active |
Indicates whether the resource is in an active or inactive state. |
boolean | 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 |
id | The unique ID# of the day part added. | bstypes:ResourceId | R |
impressions_per_hour | The estimated number of impressions per hour for the associated display unit, calculated for the day part. | int | R |
minute_mask |
A series of values that indicate the opening and closing hours of a day part, in minutes per week. For example, "540-1019" indicates Monday from 9 AM-5 PM. |
string | R |
name | The day part's name. | string | 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 updated day part. | bstypes:ResourceId | R |