POST forms/submitFeedback
Request Information
URI Parameters
None.
Body Parameters
FormInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Title | string |
None. |
|
| Company | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| Country | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| Comments | string |
None. |
|
| HelpWith | string |
None. |
|
| ProNumber | string |
None. |
|
| Station | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Title": "sample string 3",
"Company": "sample string 4",
"Address1": "sample string 5",
"Address2": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"ZipCode": "sample string 9",
"Country": "sample string 10",
"Phone": "sample string 11",
"Fax": "sample string 12",
"Email": "sample string 13",
"Comments": "sample string 14",
"HelpWith": "sample string 15",
"ProNumber": "sample string 16",
"Station": "sample string 17"
}
application/xml, text/xml
Sample:
<FormInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <Title>sample string 3</Title> <Company>sample string 4</Company> <Address1>sample string 5</Address1> <Address2>sample string 6</Address2> <City>sample string 7</City> <State>sample string 8</State> <ZipCode>sample string 9</ZipCode> <Country>sample string 10</Country> <Phone>sample string 11</Phone> <Fax>sample string 12</Fax> <Email>sample string 13</Email> <Comments>sample string 14</Comments> <HelpWith>sample string 15</HelpWith> <ProNumber>sample string 16</ProNumber> <Station>sample string 17</Station> </FormInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PilotWWWResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsError | boolean |
None. |
|
| Result | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsError": true,
"Result": true,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<PilotWWWResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsError>true</IsError> <Result>true</Result> <Message>sample string 3</Message> </PilotWWWResult>