POST api/support
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Name": "sample string 2",
"Phone": "sample string 3",
"Subject": "sample string 4",
"Message": "sample string 5"
}
application/xml, text/xml
Sample:
<SupportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTIX.Models"> <Email>sample string 1</Email> <Message>sample string 5</Message> <Name>sample string 2</Name> <Phone>sample string 3</Phone> <Subject>sample string 4</Subject> </SupportModel>
application/x-www-form-urlencoded
Sample:
Sample not available.