POST api/PromotionActivity/GetPromotionActivityAuditListV2
获取活动执行审核列表
Request Information
URI Parameters
None.
Body Parameters
GetPromotionActivityAuditListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| LNG | decimal number |
None. |
|
| LAT | decimal number |
None. |
|
| Tab | integer |
None. |
|
| searchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageIndex": 1,
"pageSize": 2,
"LNG": 3.0,
"LAT": 4.0,
"Tab": 5,
"searchText": "sample string 6"
}
application/xml, text/xml
Sample:
<GetPromotionActivityAuditListDto 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> <searchText>sample string 6</searchText> </GetPromotionActivityAuditListDto>
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>