Add a Custom Field to a Campaign
Adds a new custom field to a campaign with the given id.
Path Parameters
idnumberrequired
The campaign id to add the custom field to.
HTTP Request Examples
{
"name": "Member Since",
"datatype": "DateTime",
}
HTTP Request Parameters
namestring
The name of the custom field to create.
datatypestring
The custom field's data type.