post https://yourorgsite.com/api/CampaignSummary/_execute
Executes an operation of CampaignSummary
With the CampaignSummary service, you can perform the following operations on the execute endpoint:
- UpdateCampaignSummaryInfo
UpdateCampaignSummaryInfo
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "UpdateCampaignSummaryInfo",
"EntityTypeName": "CampaignSummary",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.Boolean",
"$value": "updateActiveCampaigns Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.Boolean"
]
},
"UseJson": false
}