POST api/CampaignOpens/Save
Request Information
URI Parameters
None.
Body Parameters
CampaignOpensViewModelName | Description | Type | Additional information |
---|---|---|---|
AccountId | string |
None. |
|
CampaignId | string |
None. |
|
ContactId | string |
None. |
|
BuilderElementId | string |
None. |
|
ModuleSendSummaryId | string |
None. |
|
IsSmsOpen | boolean |
None. |
|
IsEmailOpen | boolean |
None. |
|
IsVoiceOpen | boolean |
None. |
|
IsOpenedByReminder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "sample string 1", "CampaignId": "sample string 2", "ContactId": "sample string 3", "BuilderElementId": "sample string 4", "ModuleSendSummaryId": "sample string 5", "IsSmsOpen": true, "IsEmailOpen": true, "IsVoiceOpen": true, "IsOpenedByReminder": true }
application/xml, text/xml
Sample:
<CampaignOpensViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models.ServiceModel"> <AccountId>sample string 1</AccountId> <BuilderElementId>sample string 4</BuilderElementId> <CampaignId>sample string 2</CampaignId> <ContactId>sample string 3</ContactId> <IsEmailOpen>true</IsEmailOpen> <IsOpenedByReminder>true</IsOpenedByReminder> <IsSmsOpen>true</IsSmsOpen> <IsVoiceOpen>true</IsVoiceOpen> <ModuleSendSummaryId>sample string 5</ModuleSendSummaryId> </CampaignOpensViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.