v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Budget

Update budget item

Update a specific budget item by ID

put/marketing/campaigns/2026-03/{campaignGuid}/budget/{budgetId}

Path parameters

budgetIdinteger required

The ID of the budget item, required. Example: 352

campaignGuidstring required

The UUID of the campaign, required Example: 9dbec438-53e2-4b28-8c0f-38f56574a6e8

Request body

amountnumber required

The monetary value assigned to the budget item.

descriptionstring

A detailed explanation or notes about the budget item.

namestring required

The name of the budget item.

orderinteger required

The sequence number indicating the order of the budget item.

Response

successful operation

amountnumber required

The monetary amount allocated for the budget item.

createdAtinteger required

The timestamp when the budget item was created.

descriptionstring

A description of the budget item.

idstring required

The unique identifier for the budget item.

namestring required

The name of the budget item.

orderinteger required

The order of the budget item, indicating its sequence based on creation date.

updatedAtinteger required

The timestamp when the budget item was last updated.