POST DailyHoroscope/UnsubscribeByEmail

Request Information

URI Parameters

None.

Body Parameters

Unsubscribebyemail
NameDescriptionTypeAdditional information
Email

string

None.

Shopid

integer

None.

MailTypeId

integer

None.

status

string

None.

MailName

string

None.

MoonsignId

integer

None.

Moonsigntype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Shopid": 2,
  "MailTypeId": 3,
  "status": "sample string 4",
  "MailName": "sample string 5",
  "MoonsignId": 6,
  "Moonsigntype": "sample string 7"
}

application/xml, text/xml

Sample:
<Unsubscribebyemail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL.DailyHoroscope">
  <Email>sample string 1</Email>
  <MailName>sample string 5</MailName>
  <MailTypeId>3</MailTypeId>
  <MoonsignId>6</MoonsignId>
  <Moonsigntype>sample string 7</Moonsigntype>
  <Shopid>2</Shopid>
  <status>sample string 4</status>
</Unsubscribebyemail>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Unsubscribebyemail'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.