Update spend item
Update a specific campaign spend item by its unique spendId. This operation allows you to modify the details of an existing spend item associated with a campaign, such as its amount or description.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the campaign.
The unique identifier of the spend item to update.
Body
The monetary value of the spend item, represented as a number.
The name of the spend item, represented as a string.
An integer indicating the order or sequence of the spend item within a list.
A string providing additional details or context about the spend item.
Response
successful operation
The financial amount associated with the spend item, represented as a number.
A Unix timestamp in milliseconds indicating when the spend item was created.
The unique identifier for the spend item, represented as a string.
The name of the spend item, represented as a string.
An integer indicating the order or sequence of the spend item.
A Unix timestamp in milliseconds indicating when the spend item was last updated.
A string providing additional details about the spend item.