POST api/v1/campaign/isexists/IsPostalcode

Request Information

URI Parameters

None.

Body Parameters

ValidateEmailRequest
NameDescriptionTypeAdditional information
EmailId

string

None.

DeviceId

string

None.

NotificationId

string

None.

DeviceTypeId

integer

None.

CountryCode

string

None.

MobileNo

string

None.

NPI

string

None.

UserId

string

None.

IsReSendOTP

boolean

None.

CLI_Id

string

None.

Otp

string

None.

PostalCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "emailId": "sample string 1",
  "deviceId": "sample string 2",
  "notificationId": "sample string 3",
  "deviceTypeId": 4,
  "countryCode": "sample string 5",
  "mobileNo": "sample string 6",
  "npi": "sample string 7",
  "userId": "sample string 8",
  "isReSendOTP": true,
  "clI_Id": "sample string 10",
  "otp": "sample string 11",
  "postalCode": "sample string 12"
}

text/xml

Sample:
<ValidateEmailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <CLI_Id>sample string 10</CLI_Id>
  <CountryCode>sample string 5</CountryCode>
  <DeviceId>sample string 2</DeviceId>
  <DeviceTypeId>4</DeviceTypeId>
  <EmailId>sample string 1</EmailId>
  <IsReSendOTP>true</IsReSendOTP>
  <MobileNo>sample string 6</MobileNo>
  <NPI>sample string 7</NPI>
  <NotificationId>sample string 3</NotificationId>
  <Otp>sample string 11</Otp>
  <PostalCode>sample string 12</PostalCode>
  <UserId>sample string 8</UserId>
</ValidateEmailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpStatusCode

Response Formats

application/json, text/json

Sample:
100

text/xml

Sample:
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>