POST api/Configuration/ContactUs
Request Information
URI Parameters
None.
Body Parameters
ContactUsForm| Name | Description | Type | Additional information | 
|---|---|---|---|
| Type | string | 
                             None.  | 
                |
| Title | string | 
                             None.  | 
                |
| Body | string | 
                             None.  | 
                |
| Attachments | Collection of string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
{
  "Type": "sample string 1",
  "Title": "sample string 2",
  "Body": "sample string 3",
  "Attachments": [
    "sample string 1",
    "sample string 2"
  ]
}
        Response Information
Resource Description
booleanResponse Formats
application/json, text/json
            Sample:
true