skin_mgr_update

Back to SOAP Architecture Method Reference

Description

The skin_mgr_update method updates a specific frame in a day part, on a display unit on your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
active Indicates whether or not the resource is active. boolean R
domain_id The unique ID# of your domain. bstypes:ResourceId R
geometry_type The frame's geometry type:
  • 1 = Percent Geometry
  • 2 = Pixel Geometry
bstypes:GeometryType R
height The height of the frame, according to geometry type. int R
id The unique ID# of the frame. bstypes:ResourceId R
loop_policy_id The unique ID# of the affiliated loop policy. bstypes:ResourceId R
name The frame's name. string R
parent_id The unique ID# of the day part to which the frame is associated. bstypes:ResourceId R
screen_no The number of screens. int R
width The width of the frame, according to geometry type. int R
x The x-coordinate of the frame, in relation to the full screen. int R
y The y-coordinate of the frame, in relation to the full screen. int R
interactivity_timeout The amount of time to elapse on an interactive display before a timeout occurs. int O
interactivity_trigger_id The unique ID# of the trigger associated with the frame. bstypes:ResourceId O
z The z-coordinate of the frame, in relation to the full screen. int O

Return Values

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