putClientsGiftcardsBlock

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

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

This function retrieves the number associated with the gift card ID "Card23" in a block belonging to the client with ID 23.

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