POST api/ManagerCoin/GetSMSCoupon
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
Collection of CouponModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| Date | date |
None. |
|
| Phone | string |
None. |
|
| CustomerName | string |
None. |
|
| Campain | string |
None. |
|
| Content | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"Date": "2026-01-29T16:25:33.6705836+07:00",
"Phone": "sample string 2",
"CustomerName": "sample string 3",
"Campain": "sample string 4",
"Content": "sample string 5"
},
{
"Barcode": "sample string 1",
"Date": "2026-01-29T16:25:33.6705836+07:00",
"Phone": "sample string 2",
"CustomerName": "sample string 3",
"Campain": "sample string 4",
"Content": "sample string 5"
}
]