POST api/EditMappingController/CreateHashTags
Request Information
URI Parameters
None.
Body Parameters
HashTagParams| Name | Description | Type | Additional information |
|---|---|---|---|
| mappingkey | integer |
None. |
|
| hashtagkey | integer |
None. |
|
| modevalue | string |
None. |
|
| hashtagList | string |
None. |
|
| hashTagValue | string |
None. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mappingkey": 1,
"hashtagkey": 2,
"modevalue": "sample string 3",
"hashtagList": "sample string 4",
"hashTagValue": "sample string 5",
"Comments": "sample string 6"
}
application/xml, text/xml
Sample:
<HashTagParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <Comments>sample string 6</Comments> <hashTagValue>sample string 5</hashTagValue> <hashtagList>sample string 4</hashtagList> <hashtagkey>2</hashtagkey> <mappingkey>1</mappingkey> <modevalue>sample string 3</modevalue> </HashTagParams>
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.