POST api/Message
Request Information
URI Parameters
None.
Body Parameters
ContactName | Description | Type | Additional information |
---|---|---|---|
FullName | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
Subject | string |
None. |
|
Description | string |
None. |
|
MessageType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FullName": "sample string 1", "Email": "sample string 2", "Phone": "sample string 3", "Subject": "sample string 4", "Description": "sample string 5", "MessageType": "sample string 6" }
application/xml, text/xml
Sample:
<Contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CPAPI2.Models"> <Description>sample string 5</Description> <Email>sample string 2</Email> <FullName>sample string 1</FullName> <MessageType>sample string 6</MessageType> <Phone>sample string 3</Phone> <Subject>sample string 4</Subject> </Contact>
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.