CampaignControllerPost Method |
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax public CampaignEditViewModel Post(
CampaignEditViewModel model
)
Parameters
- model
- Type: CMS.WebAnalyticsCampaignEditViewModel
Instance of updated view-model. This instance will be used to create corresponding CampaignInfo
Return Value
Type:
CampaignEditViewModelHTTP status code 400 Bad request, if model state of bound
model was not valid;
otherwise,
HTTP status code 200 OK with serialized
model. This campaign has
CampaignID filled
with the data from the DB.
Remarks See Also