POST api/contactUs
Request Information
URI Parameters
None.
Body Parameters
ContactInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Country | string |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Email": "sample string 2",
"Phone": "sample string 3",
"Country": "sample string 4",
"Subject": "sample string 5",
"Message": "sample string 6"
}
text/html
Sample:
{"$id":"1","Name":"sample string 1","Email":"sample string 2","Phone":"sample string 3","Country":"sample string 4","Subject":"sample string 5","Message":"sample string 6"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true