POST api/LeadCapture/SendEmbedCodeInEmail

Request Information

URI Parameters

None.

Body Parameters

WebFormSendEmbedCodeRequestModel
NameDescriptionTypeAdditional information
AccountId

string

Required

UserId

string

Required

WebFormId

string

Required

EmbedCode

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "sample string 1",
  "UserId": "sample string 2",
  "WebFormId": "sample string 3",
  "EmbedCode": "sample string 4",
  "Email": "sample string 5"
}

application/xml, text/xml

Sample:
<WebFormSendEmbedCodeRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models.ServiceModel.LeadCapture">
  <AccountId>sample string 1</AccountId>
  <Email>sample string 5</Email>
  <EmbedCode>sample string 4</EmbedCode>
  <UserId>sample string 2</UserId>
  <WebFormId>sample string 3</WebFormId>
</WebFormSendEmbedCodeRequestModel>

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.