v14

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

Add budget item

Add a new budget item to the campaign

post/marketing/campaigns/2026-03/{campaignGuid}/budget

Path parameters

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.