POST api/getCouponPromotionList
Request Information
URI Parameters
None.
Body Parameters
CouponPromotionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CrmCode | string |
None. |
|
| BranchCode | string |
None. |
|
| ChannelCode | string |
None. |
|
| CouponCode | string |
None. |
|
| CreateBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"crmCode": "sample string 1",
"branchCode": "sample string 2",
"channelCode": "sample string 3",
"couponCode": "sample string 4",
"createBy": "sample string 5"
}
application/xml, text/xml
Sample:
<CouponPromotionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <BranchCode>sample string 2</BranchCode> <ChannelCode>sample string 3</ChannelCode> <CouponCode>sample string 4</CouponCode> <CreateBy>sample string 5</CreateBy> <CrmCode>sample string 1</CrmCode> </CouponPromotionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.