GiftCardOps

APIDescription
POST api/GiftCardOps/ActivateGiftCard

ActivateGiftCard takes a card number and enables it with a balance of $0.00.

POST api/GiftCardOps/CreateGiftCard

CreateGiftCard generates a new card number based upon location parameters (LeadingDigits:the actual digits to lead all generated numbers , TotalDigits: the total number of digits in the card number)

POST api/GiftCardOps/LoadGiftCard

LoadGiftCard Adds the specified amount of money to the specified gift card.

POST api/GiftCardOps/GetGiftCardReport

GetGiftCardReport reports merchant specific gift card statuses.

POST api/GiftCardOps/ChargeGiftCard

ChargeGiftCard removes the specified amount of money from the specified gift card.

POST api/GiftCardOps/QueryGiftCard

QueryGiftCard returns the available funds on the specified gift card

POST api/GiftCardOps/GetGiftCardDetails

GetGiftCardDetails returns the available funds on the specified gift card and the user that claimed the gift card if a user claimed it.

POST api/GiftCardOps/GetGiftCardTransactionsByDateRange

GetGiftCardTransactionsByDateRange returns all gift card transactions in the date range provided for the clientID in the request.

POST api/GiftCardOps/GetGiftCard

GetGiftCard returns a summary for the specified gift card

POST api/GiftCardOps/RegisterGiftCard

RegisterGiftCard Links a gift card to a Customer

POST api/GiftCardOps/GetTransactionHistory

GetTransactionHistory Links a gift card to a Customer

POST api/GiftCardOps/GetAssociatedCards

No documentation available.

POST api/GiftCardOps/GetCardsByPurchaser

No documentation available.

POST api/GiftCardOps/GetCardByClaimer

No documentation available.

POST api/GiftCardOps/GetCustomerCard

No documentation available.

POST api/GiftCardOps/GetAssociatedGiftCards

No documentation available.

POST api/GiftCardOps/ClaimGiftCard

ClaimGiftCard assigns a gift card to a Unified customer. Once assigned, A giftcard is locked to that customer.

POST api/GiftCardOps/UnifyOOPOSCustomers

No documentation available.