CampaignControllerPost Method |
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax public CampaignEditViewModel Post(
CampaignEditViewModel model
)
Parameters
- model
- Type: CMS.WebAnalytics.Web.UICampaignEditViewModel
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