POST api/Values
Request Information
URI Parameters
None.
Body Parameters
emailCls| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| massage | string |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"phone": "sample string 2",
"email": "sample string 3",
"massage": "sample string 4",
"type": "sample string 5"
}
application/xml, text/xml
Sample:
<emailCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Controllers"> <email>sample string 3</email> <massage>sample string 4</massage> <name>sample string 1</name> <phone>sample string 2</phone> <type>sample string 5</type> </emailCls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>