Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 793 Bytes

BulkOperationOnCampaigns.md

File metadata and controls

24 lines (13 loc) · 793 Bytes

BulkOperationOnCampaigns

Properties

Name Type Description Notes
operation OperationEnum The operation to perform on the specified campaign IDs.
campaignIds List<Integer> The list of campaign IDs on which the operation will be performed.
activateAt OffsetDateTime Timestamp when the revisions are finalized after the `activate_revision` operation. The current time is used when left blank. Note: It must be an RFC3339 timestamp string. [optional]

Enum: OperationEnum

Name Value
DISABLE "disable"
DELETE "delete"
ACTIVATE_REVISION "activate_revision"