POST api/v1/couponv1/GetAvailableCouponCount
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetUseCouponCountGroupByActivityIdDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CouponTypeId | integer |
None. |
|
| Number | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
<GetUseCouponCountGroupByActivityIdDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CouponTypeId>1</CouponTypeId> <Number>2</Number> </GetUseCouponCountGroupByActivityIdDto>
text/json
Sample:
{
"CouponTypeId": 1,
"Number": 2
}
text/xml
Sample:
<GetUseCouponCountGroupByActivityIdDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd"> <CouponTypeId>1</CouponTypeId> <Number>2</Number> </GetUseCouponCountGroupByActivityIdDto>