Update budget item
Update a specific budget item by ID within a marketing campaign. This endpoint allows you to modify the details of a budget item associated with a campaign, identified by its unique campaignGuid and budgetId. Use this to adjust budget allocations or update budget-related information for a campaign.
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 budget item to update.
The unique identifier of the campaign.
Body
The monetary value of the budget item, represented as a number.
The name of the budget item. It is a string that identifies the budget item.
An integer indicating the order or sequence of the budget item.
A string providing additional details about the budget item.
Response
successful operation
The financial amount allocated to this budget item, represented as a number.
A Unix timestamp in milliseconds indicating when this budget item was created.
The unique identifier for this budget item, represented as a string.
The name of the budget item, represented as a string.
An integer representing the order or sequence of this budget item within the campaign.
A Unix timestamp in milliseconds indicating when this budget item was last updated.
A description of the budget item, represented as a string.