POST api/OfferGet
Request Information
URI Parameters
None.
Body Parameters
BannerGetNew| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| START | string |
None. |
|
| END | string |
None. |
|
| LANG_ID | string |
None. |
|
| WORD | string |
None. |
|
| ACCESS_CODE | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"START": "sample string 2",
"END": "sample string 3",
"LANG_ID": "sample string 4",
"WORD": "sample string 5",
"ACCESS_CODE": "sample string 6",
"LATITUDE": "sample string 7",
"LONGITUDE": "sample string 8"
}
application/xml, text/xml
Sample:
<BannerGetNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDailyRMart.Models"> <ACCESS_CODE>sample string 6</ACCESS_CODE> <END>sample string 3</END> <LANG_ID>sample string 4</LANG_ID> <LATITUDE>sample string 7</LATITUDE> <LONGITUDE>sample string 8</LONGITUDE> <START>sample string 2</START> <USER_ID>sample string 1</USER_ID> <WORD>sample string 5</WORD> </BannerGetNew>
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. |