POST AdminApi/Banner/ShowPromotionList
Request Information
URI Parameters
None.
Body Parameters
HomeBodyCond| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientType | ClientSideType |
None. |
|
| Page | string |
None. |
|
| ProductSize | integer |
None. |
|
| MerchantSize | integer |
None. |
|
| MerchantProductSize | integer |
None. |
|
| DataFrom | integer |
None. |
|
| PageInfo | PageInfo |
None. |
|
| IspType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientType": 0,
"Page": "sample string 1",
"ProductSize": 2,
"MerchantSize": 3,
"MerchantProductSize": 4,
"DataFrom": 5,
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"IspType": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}