reservation_mgr_add_skin_slots
Back to SOAP Architecture Method Reference
Description
The reservation_mgr_add_skin_slots method allows you to add a skin_slot individually, or in bulk using criteria. A skin_slot represent an actual slot_reservation of a campaign inside a frame.
Parameters
The following parameters behave as regular request 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 campaign. | bstypes:ResourceId | R |
creation_date | The creation date of the campaign. | bstypes:SimpleDate | O |
display_unit_id | The unique ID# of the display unit associated with the campaign. | bstypes:ResourceId | O |
force_not_temporary | Boolean | O | |
verify_unique_loop_duration | Whether or not to verify the duration of the associated loop policy. | 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 the array of added skin slots. | bstypes:ResourceId | R |