reservation_mgr_rebook
Back to SOAP Architecture Method Reference
Description
The reservation_mgr_rebook method allows you rebook a campaign. To be effective, this operation must be followed by reservation_mgr_rebook_confirm for the rebooking process to be effective.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
duration_msec | Duration in milliseconds of your campaign. | int | R |
end_date |
End date of the campaign. |
bstypes:SimpleDate | R |
end_time |
End time of the campaign. |
bstypes:SimpleTime | R |
id |
The unique ID# of the campaign. |
bstypes:ResourceId | R |
start_date |
Start date of the campaign. |
bstypes:SimpleDate | R |
start_time |
Start time of the campaign. |
bstypes:SimpleTime | R |
cancel_previous_transaction | This define whether or not we should cancel pending rebook attempt(s) that have not been confirmed. | boolean | O |
day_of_week_mask | Mask the define the days this campaign is set to play. | int | O |
inventory_category_id | The unique ID# of category associated to the campaign. | bstypes:ResourceId | O |
saturation | The saturation of your campaign. | double | O |
schedule_changes | Notes about changes made on the schedule. | string | O |
verify_unique_loop_duration | This define whether or not we should verify the duration of the effective loop duration of each frame targeted by the campaign. | boolean | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of your loop slot transaction (slot_transaction_id). See reservation_mgr_rebook_confirm. | bstypes:ResourceId | R |