Duplicate a line item

Duplicate a line item with the same configuration. Supports both single and multiple duplication modes based on feature flags.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

A unique integer value identifying this line item.

Body Params
string
required
length ≤ 191

The descriptive name of the line item, e.g. "Spring lead generation".

integer | null

The unique identifier of the campaign the line item belongs to.

string | null
required

The type of the line item. One of: "banner", "video", "native".

boolean

Whether the line item is programmatically guaranteed.

duplicate
array of objects
required

The list of strings that describes a set of entities to be duplicated.

duplicate*
integer
Defaults to 1

Number of copies to be created.

Responses
200

Line item duplicated successfully.

400

Invalid duplication request.

404

Source line item not found.

Language
Credentials
:
URL
LoadingLoading…