Bulk Edit Line Items Input

Submit media plan identifiers and line item update instructions to process bulk line item edits asynchronously.
JSON example
1{
2  "adQuoteId": "0Q0xx0000004AbcCAE",
3  "correlationId": "bulk-edit-20260629-0001",
4  "lineItems": [
5    {
6      "derivedLineItemTag": "Configurable Bundled Product",
7      "lineDetails": [
8        {
9          "attributes": {
10            "id": "a3Dxx0000008AbcEAE",
11            "type": "AdQuoteLine"
12          },
13          "fieldValues": {
14            "startDate": {
15              "value": "2026-07-01"
16            },
17            "endDate": {
18              "value": "2026-07-31"
19            }
20          }
21        }
22      ]
23    }
24  ],
25  "quoteId": "0Q0xx0000004AbdCAE"
26}
Properties
Name Type Description Required or Optional Available Version
adQuoteId String Identifier of the ad quote associated with the media plan being updated. Optional 67.0
correlationId String Client-supplied identifier used to trace this request across async processing components. Optional 67.0
lineItems Bulk Edit Line Item Input[] Collection of line item payloads that define the records and fields to update. Optional 67.0
quoteId String Identifier of the quote that owns the media plan line items targeted by this request. Optional 67.0