post https://{host}/v1.1/coupon/issue
This API allows you to issue a specific coupon series to a customer.
Prerequisites
- Authentication: Basic or OAuth authentication
- Default access group
Resource information
URI | /v1.1/coupon/issue |
HTTP method | POST |
Pagination | NA |
Rate limit | 300 |
Batch support | NA |
Request Body Parameter
Parameter | Datatype | Description |
---|---|---|
customer* | obj | Any identifier of the customer to whom you want to issue coupon. Supported identifiers: mobile , email , external_id , user_id , card_number , card_external_id . |
series_id | int | Coupon series id from which the coupon needs to be issued. |