Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • batch issue - creates new gift cards starting from number startingGiftCardNumber; the amount of created gift cards is equal to giftCardCount; for preloaded gift cards, it creates issue transactions in specified range.
Expand
titleTechnical
Request
/api/v2/GiftCard/{startingGiftCardNumber}/{giftCardCount}/transaction/issue
  • batch commit - commit all transactions in given batch.
Expand
titleTechnical
Request

/api/v2/GiftCard/transaction/issue/{batchTransactionId}/batchCommit

  • batch cancel - cancel all transactions from given batch.
Expand
titleTechnical
Request
/api/v2/GiftCard/transaction/issue/{batchTransactionId}/batchCancel

The maximum amount of gift cards, that could be created in single request, is equal to 1000 - possible values of giftCardCount are from 2 to 1000.
startingGiftCardNumber cannot be overlapping with autogenerated gift cards prefix and.

If any giftcard gift card already exists in the specified range, then no gift cards will be created for given parameters startingGiftCardNumber and giftCardCount.

...

AreaDescription
API

Fix on Owner and ValidDate in ReGive and ExtendValidity methods (RTC-21000)

When performing ReGive action on gift card proper owner values (OldOwnerClaim and NewOwnerClain) are saved in transaction details.

When using ExtendValidity method proper ValidDate values (OldValidUtc and NewValidUtc) are saved in transaction details.

Gift card imports

Default empty value for DefaultCurrencyCode (RTC-20890)

Import of gift card with no currency code in import file works fine also when DefaultCurrencyCode parameter has default value.

...