POST api/PromotionActivity/GetPromotionActivityListV2
获取推广活动列表
Request Information
URI Parameters
None.
Body Parameters
GetPromotionActivityListV2Dto| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| LNG | decimal number |
None. |
|
| LAT | decimal number |
None. |
|
| Tab | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageIndex": 1,
"pageSize": 2,
"LNG": 3.0,
"LAT": 4.0,
"Tab": 5
}
application/xml, text/xml
Sample:
<GetPromotionActivityListV2Dto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <LAT>4</LAT> <LNG>3</LNG> <Tab>5</Tab> <pageIndex>1</pageIndex> <pageSize>2</pageSize> </GetPromotionActivityListV2Dto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModelOfanyType>