POST api/promotion/list
Request Information
URI Parameters
None.
Body Parameters
listPromotionRedeemRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| memberID | string |
None. |
|
| rewardType | string |
None. |
|
| pagination | PaginationRq |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 1",
"memberID": "sample string 2",
"rewardType": "sample string 3",
"pagination": {
"offset": 1,
"limit": 1,
"rewardType": "sample string 2"
}
}
application/xml, text/xml
Sample:
<listPromotionRedeemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
<memberID>sample string 2</memberID>
<pagination>
<limit>1</limit>
<offset>1</offset>
<rewardType>sample string 2</rewardType>
</pagination>
<rewardType>sample string 3</rewardType>
<type>sample string 1</type>
</listPromotionRedeemRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />