event_mgr_add_skin_slots
Back to SOAP Architecture Method Reference
Description
The event_mgr_add_skin_slots method adds Frames to an existing Events on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
id | The unique ID# of the event. | bstypes:ResourceId | R |
creation_date | The creation date of the frame. | bstypes:SimpleDate | O |
display_unit_id |
The unique ID# of the associated display unit. Note: Setting this parameter value to 0 targets all active display units in the domain. |
bstypes:ResourceId | O |
force_not_temporary | Indicates whether or not the force_not_temporary feature is active. | boolean | O |
The following request parameters can be present multiple times in your request:
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
display_unit | The unique ID# of the display unit or units. | bstypes:mixed_complex_type | R |
display_unit_container | The unique ID# of the display unit folder or folders. | bstypes:mixed_complex_type | R |
du_and_criteria | The unique ID# of the display unit "AND" criterion or criteria. | bstypes:mixed_complex_type | R |
du_not_criteria | The unique ID# of the display unit "NOT" criterion or criteria. | bstypes:mixed_complex_type | R |
du_or_criteria | The unique ID# of the display unit "OR" criterion or criteria. | bstypes:mixed_complex_type | R |
frame_and_criteria | The unique ID# of the frame "AND" criterion or criteria. | bstypes:mixed_complex_type | R |
frame_not_criteria | The unique ID# of the frame "NOT" criterion or criteria. | bstypes:mixed_complex_type | R |
frame_or_criteria | The unique ID# of the frame "OR" criterion or criteria. | bstypes:mixed_complex_type | R |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of this event. | bstypes:ResourceId | R |