POST email/Transducers

Request Information

URI Parameters

None.

Body Parameters

TransducersEmail
NameDescriptionTypeAdditional information
Name

string

None.

EmailAddress

string

None.

Company

string

None.

Number

string

None.

Address

string

None.

Country

string

None.

ProductsInterested

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "EmailAddress": "sample string 2",
  "Company": "sample string 3",
  "Number": "sample string 4",
  "Address": "sample string 5",
  "Country": "sample string 6",
  "ProductsInterested": "sample string 7",
  "Message": "sample string 8"
}

application/xml, text/xml

Sample:
<TransducersEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommunicationController.Business.Entities">
  <Address>sample string 5</Address>
  <Company>sample string 3</Company>
  <Country>sample string 6</Country>
  <EmailAddress>sample string 2</EmailAddress>
  <Message>sample string 8</Message>
  <Name>sample string 1</Name>
  <Number>sample string 4</Number>
  <ProductsInterested>sample string 7</ProductsInterested>
</TransducersEmail>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.