POST api/KnowIOTT/ContactUs
Request Information
URI Parameters
None.
Body Parameters
ContactUsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CallUs | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"CallUs": "sample string 4",
"Email": "sample string 5"
}
application/xml, text/xml
Sample:
<ContactUsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IOTT_API.Models"> <CallUs>sample string 4</CallUs> <Description>sample string 3</Description> <Email>sample string 5</Email> <Id>1</Id> <Title>sample string 2</Title> </ContactUsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |