POST api/Template/InsertTemplateOpensDetail

Request Information

URI Parameters

None.

Body Parameters

TemplateOpensViewModel
NameDescriptionTypeAdditional information
AccountId

string

Required

ContactId

string

None.

ModuleId

string

Required

ModuleSendSummaryId

string

None.

ModuleType

CommunicationModuleType

Required

IsEmailOpen

boolean

None.

IsSmsOpen

boolean

None.

EmailOpenEventId

string

None.

IsOpenedByReminder

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "sample string 1",
  "ContactId": "sample string 2",
  "ModuleId": "sample string 3",
  "ModuleSendSummaryId": "sample string 4",
  "ModuleType": "Campaign",
  "IsEmailOpen": true,
  "IsSmsOpen": true,
  "EmailOpenEventId": "sample string 7",
  "IsOpenedByReminder": true
}

application/xml, text/xml

Sample:
<TemplateOpensViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models.ServiceModel.TemplateViewModels">
  <AccountId>sample string 1</AccountId>
  <ContactId>sample string 2</ContactId>
  <EmailOpenEventId>sample string 7</EmailOpenEventId>
  <IsEmailOpen>true</IsEmailOpen>
  <IsOpenedByReminder>true</IsOpenedByReminder>
  <IsSmsOpen>true</IsSmsOpen>
  <ModuleId>sample string 3</ModuleId>
  <ModuleSendSummaryId>sample string 4</ModuleSendSummaryId>
  <ModuleType>Campaign</ModuleType>
</TemplateOpensViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.