POST api/Favoirate?CAT_ID={CAT_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CAT_ID | string |
Required |
Body Parameters
StartEndLatLong| Name | Description | Type | Additional information |
|---|---|---|---|
| START | string |
None. |
|
| END | string |
None. |
|
| LANG_ID | string |
None. |
|
| WORD | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| USER_ID | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"START": "sample string 1",
"END": "sample string 2",
"LANG_ID": "sample string 3",
"WORD": "sample string 4",
"LATITUDE": "sample string 5",
"LONGITUDE": "sample string 6",
"USER_ID": "sample string 7",
"TYPE": "sample string 8",
"EXTRA1": "sample string 9",
"EXTRA2": "sample string 10",
"EXTRA3": "sample string 11"
}
application/xml, text/xml
Sample:
<StartEndLatLong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDailyRMart.Models"> <END>sample string 2</END> <EXTRA1>sample string 9</EXTRA1> <EXTRA2>sample string 10</EXTRA2> <EXTRA3>sample string 11</EXTRA3> <LANG_ID>sample string 3</LANG_ID> <LATITUDE>sample string 5</LATITUDE> <LONGITUDE>sample string 6</LONGITUDE> <START>sample string 1</START> <TYPE>sample string 8</TYPE> <USER_ID>sample string 7</USER_ID> <WORD>sample string 4</WORD> </StartEndLatLong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |