POST api/couponCheck
Request Information
URI Parameters
None.
Body Parameters
CheckCouponReqeuest| Name | Description | Type | Additional information |
|---|---|---|---|
| CouponCode | string |
Required |
|
| CrmCode | string |
Required |
|
| BranchCode | string |
None. |
|
| CreateBy | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"couponCode": "sample string 1",
"crmCode": "sample string 2",
"branchCode": "sample string 3",
"createBy": "sample string 4"
}
application/xml, text/xml
Sample:
<CheckCouponReqeuest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <BranchCode>sample string 3</BranchCode> <CouponCode>sample string 1</CouponCode> <CreateBy>sample string 4</CreateBy> <CrmCode>sample string 2</CrmCode> </CheckCouponReqeuest>
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.