POST api/support/email

Request Information

URI Parameters

None.

Body Parameters

SupportEmail
NameDescriptionTypeAdditional information
Email

string

None.

Name

string

None.

Product

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Name": "sample string 2",
  "Product": "sample string 3",
  "Message": "sample string 4"
}

text/html

Sample:
{"Email":"sample string 1","Name":"sample string 2","Product":"sample string 3","Message":"sample string 4"}

application/xml, text/xml

Sample:
<SupportEmailController.SupportEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.Services.NPlayApi.Controllers.Support">
  <Email>sample string 1</Email>
  <Message>sample string 4</Message>
  <Name>sample string 2</Name>
  <Product>sample string 3</Product>
</SupportEmailController.SupportEmail>

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 'SupportEmail'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.