POST contactus
Request Information
URI Parameters
None.
Body Parameters
ContactUs| Name | Description | Type | Additional information |
|---|---|---|---|
| fullname | string |
None. |
|
| emailaddress | string |
None. |
|
| phone_number | string |
None. |
|
| msg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fullname": "sample string 1",
"emailaddress": "sample string 2",
"phone_number": "sample string 3",
"msg": "sample string 4"
}
application/xml, text/xml
Sample:
<ContactUs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/D7TechnologiesWebApi.Models"> <emailaddress>sample string 2</emailaddress> <fullname>sample string 1</fullname> <msg>sample string 4</msg> <phone_number>sample string 3</phone_number> </ContactUs>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.