putClientsGiftcardsUnblock

Operation Id:
clients/giftcards/unblock/put [Official Documentaction]
Methods

  • giftCards Array<Object>
  • id Integer
  • number String
Examples

This function unblocks a gift card with the identification number "Card23" for a client with the ID 23.

const result = await idosellRequest.putClientsGiftcardsUnblock
	.id(23)
	.number("Card23")
	.exec()