loop_slot_mgr_add
Back to SOAP Architecture Method Reference
Description
The loop_slot_mgr_add method adds a new Loop Slot to an existing Frames.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id | The unique ID# of the domain. | bstypes:ResourceId | R |
duration | The duration of the Loop Slot in milliseconds. | int | R |
end_date | The end date for this Loop Slot. | bstypes:SimpleDate | R |
skin_id | The unique ID# of the Frame the Loop Slot will be added to. | bstypes:ResourceId | R |
start_date | The start date for this Loop Slot. | bstypes:SimpleDate | R |
day_of_week_mask | A value that represents the days of the week that the Loop Slot will play on in a mask form. | int | O |
inventory_category_id | The unique ID# of the inventory category of this Loop Slot. | bstypes:ResourceId | O |
parent_id | The unique ID# of the Campaign or Event that this Loop Slot belongs to. | bstypes:ResourceId | O |
priority | The Loop Slot’s priority to be compared to other Loop Slots on the Frame. | int | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the Loop Slot. | bstypes:ResourceId | R |