Apply And Remove Gift cards
Request Parameters:
For applying and remove gift card on cart sub-total.
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/ApplyGiftCard
Parameter:
{
"apiSecretKey": "k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "1",
"giftCardCouponCode":"abcd_123"
}
Response:
{
"ApplyGiftCardResult":
{
"GiftCode": "abcd_123",
"IsApplied": true,
"Message": "The gift card code was applied"
}
}
Request Parameters:
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/RemoveGiftCard
Parameter:
{
"apiSecretKey": "k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "1",
"giftCardCouponCode":"abcd_123"
}
Response:
{
"ApplyGiftCardResult":
{
"Message": "Remove giftcard successfully"
}
}