AssetControllerPost Method |
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 12.0.0
Syntax public CampaignAssetViewModel Post(
CampaignAssetViewModel campaignAssetViewModel
)
Parameters
- campaignAssetViewModel
- Type: CMS.WebAnalyticsCampaignAssetViewModel
Instance of updated view-model. This instance will be used to creating corresponding CampaignAssetInfo
Return Value
Type:
CampaignAssetViewModelHTTP status code 400 Bad request, if model state of binded
campaignAssetViewModel was not valid;
otherwise,
HTTP status code 200 OK with serialized
campaignAssetViewModel. This campaign has
CampaignID filled
with the data from the DB.
See Also