v1
latestOpenAPI 3.0.12026-07-24501176.6 MBResend Coupon
get/coupon/resend
Query parameters
mobilestring
Mobile number of the customer.
emailstring
Email ID of the customer.
external_idstring
External ID of the customer.
idstring
Unique ID of the customer.
card_numberstring
Card number of the customer.
card_external_idstring
Card external ID of the customer.
codestring required
Valid coupon code to be issued to the customer.
Response
200
Example response
{
"response": {
"status": {
"success": "true",
"code": "200",
"message": "SUCCESS"
},
"coupons": {
"coupon": [
{
"id": "13596576",
"code": "4R5A33",
"item_status": {
"success": "true",
"code": "700",
"message": "Coupon Resent"
}
}
]
}
}
}