POST api/ABBOTT/DownloadCouponRedeem
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CouponRedeemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| messcode | string |
None. |
|
| totalcodes | integer |
None. |
|
| LstCouponRedeem | Collection of DownloadCouponRedeemModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"messcode": "sample string 1",
"totalcodes": 2,
"LstCouponRedeem": [
{
"nemoid": "sample string 1",
"promotioncode": "sample string 2",
"redemptiondate": "sample string 3",
"invoicenumber": "sample string 4",
"storename": "sample string 5",
"province": "sample string 6"
},
{
"nemoid": "sample string 1",
"promotioncode": "sample string 2",
"redemptiondate": "sample string 3",
"invoicenumber": "sample string 4",
"storename": "sample string 5",
"province": "sample string 6"
}
]
}