curl --request POST \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/spend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"name": "<string>",
"order": 123,
"description": "<string>"
}
'{
"amount": 123,
"createdAt": 123,
"id": "<string>",
"name": "<string>",
"order": 123,
"updatedAt": 123,
"description": "<string>"
}Ein neues Ausgabenelement der Kampagne erstellen
curl --request POST \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/spend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"name": "<string>",
"order": 123,
"description": "<string>"
}
'{
"amount": 123,
"createdAt": 123,
"id": "<string>",
"name": "<string>",
"order": 123,
"updatedAt": 123,
"description": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Die UUID der Kampagne, erforderlich Beispiel: 9dbec438-53e2-4b28-8c0f-38f56574a6e8
successful operation
Der Geldwert, der dem Ausgabenelement zugeordnet wurde.
Der Zeitstempel, der angibt, wann das Element erstellt wurde.
Eindeutige ID des Ausgabenelements.
Der dem Ausgabenelement zugewiesene Name.
Die Sequenzreihenfolge des Ausgabenelements, wobei 0 das älteste ist.
Der Zeitstempel, der angibt, wann das Ausgabenelement zuletzt aktualisiert wurde.
Eine ausführlichere Erläuterung oder Hinweise zum Ausgabenelement.