PUT v1/Email/SweepstakesOptIn

Opts in a customer for sweepstakes

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
EmailAddress *
No description available
Not available
FirstName *
No description available
Not available
LastName *
No description available
Not available
Address *
No description available
Not available
City *
No description available
Not available
State *
No description available
Not available
PostalCode
No description available
Not available
PhoneNumber *
No description available
Not available
DateOfBirth *
No description available
1985-09-25
SendMoney *
No description available
Not available
SendMoneyCountry
No description available
Not available
SendMoneyFrequency
No description available
Not available
Language *
No description available
Not available
WillReceiveEmailMarketing *
No description available
Not available
WillReceiveSmsMarketing *
No description available
Not available

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "emailAddress": "sample string 2",
  "message": "sample string 3",
  "errorID": 4
}

application/xml, text/xml

Sample:
<PromotionalEmailOptInResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <_x003C_EmailAddress_x003E_k__BackingField>sample string 2</_x003C_EmailAddress_x003E_k__BackingField>
  <_x003C_ErrorID_x003E_k__BackingField>4</_x003C_ErrorID_x003E_k__BackingField>
  <_x003C_Message_x003E_k__BackingField>sample string 3</_x003C_Message_x003E_k__BackingField>
  <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField>
</PromotionalEmailOptInResponse>