AddCampaignToAccountInput
Input fields
The account number.
The slug of the campaign we want to assign.
The date in which the link between the campaing and the account is meant to expire. If null, no specific expiring date will be set.
The date in which the link between the campaing and the account is meant to start. If null, no specific start date will be set.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountNumber": "A-C3D9F36D",
"campaign": "performance-first-it-seven-size",
"expiryDate": "1980-09-29",
"startDate": "2005-05-31"
}