All Verbs | /service/DeleteListMember |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
EmailAddress | form | string | No | |
EmailClient | form | string | No | |
EmailType | form | string | No | |
Id | form | string | No | |
Interests | form | Dictionary<string, bool> | No | |
IpOpt | form | string | No | |
IpSignup | form | string | No | |
Language | form | string | No | |
LastChanged | form | string | No | |
Links | form | IEnumerable<Link> | No | |
ListId | form | string | No | |
Location | form | Location | No | |
MemberRating | form | int | No | |
MergeFields | form | Dictionary<string, Object> | No | |
LastNote | form | MemberLastNote | No | |
Stats | form | MemberStats | No | |
Status | form | Status | No | |
StatusIfNew | form | Status | No | |
UnsubscribeReason | form | string | No | |
TimestampOpt | form | string | No | |
TimestampSignup | form | string | No | |
UniqueEmailId | form | string | No | |
Vip | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Href | form | string | No | |
Method | form | Method | No | |
Rel | form | string | No | |
Schema | form | string | No | |
TargetSchema | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CountryCode | form | string | No | |
Dstoff | form | int | No | |
Gmtoff | form | int | No | |
Latitude | form | decimal | No | |
Longitude | form | decimal | No | |
Timezone | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Body | form | string | No | |
CreatedAt | form | DateTime? | No | |
CreatedBy | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AverageOpenRate | form | double | No | |
AverageClickRate | form | double | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/DeleteListMember HTTP/1.1
Host: www.bernhardthospitality.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
emailAddress: String,
emailClient: String,
emailType: String,
id: String,
interests:
{
String: False
},
ipOpt: String,
ipSignup: String,
language: String,
lastChanged: String,
listId: String,
location:
{
countryCode: String,
dstoff: 0,
gmtoff: 0,
latitude: 0,
longitude: 0,
timezone: String
},
memberRating: 0,
mergeFields:
{
String: {}
},
lastNote:
{
id: 0,
body: String,
createdAt: 0001-01-01,
createdBy: String
},
stats:
{
averageOpenRate: 0,
averageClickRate: 0
},
status: Subscribed,
statusIfNew: Subscribed,
unsubscribeReason: String,
timestampOpt: String,
timestampSignup: String,
uniqueEmailId: String,
vip: False
}