POST api/General/AddToContactUs
Request Information
URI Parameters
None.
Body Parameters
ContactUsModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
string |
None. |
||
PhoneNumber | string |
None. |
|
MsgSubject | string |
None. |
|
Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Email": "sample string 2", "PhoneNumber": "sample string 3", "MsgSubject": "sample string 4", "Message": "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/Focus247_2022.Models"> <Email>sample string 2</Email> <Message>sample string 5</Message> <MsgSubject>sample string 4</MsgSubject> <Name>sample string 1</Name> <PhoneNumber>sample string 3</PhoneNumber> </ContactUsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.