addCampaignNote
Adds a note to the specified campaign.
Input | Type | Description |
---|---|---|
token | AuthToken | Authorization token. |
campaignIdentifier | xs:int | Campaign identifier. |
note | CampaignNote | A campaign note. |
Output | Type | Description |
---|---|---|
CampaignNote | The campaign note added to the campaign. |