POST api/Web/v1/emailSupportForm/saveFormData

Request Information

URI Parameters

None.

Body Parameters

EmailSupportFormModel
NameDescriptionTypeAdditional information
EmailAddress

string

None.

Name

string

None.

TextMessage

string

None.

OrgId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "emailAddress": "sample string 1",
  "name": "sample string 2",
  "textMessage": "sample string 3",
  "orgId": 4
}

text/xml

Sample:
<EmailSupportFormModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueChilli.Swift.Models">
  <EmailAddress>sample string 1</EmailAddress>
  <Name>sample string 2</Name>
  <OrgId>4</OrgId>
  <TextMessage>sample string 3</TextMessage>
</EmailSupportFormModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.