class GiftCardJsonController extends Controller

Class ProductGroupController. Defines routes for GiftCard and GiftCardSettings

Methods

JsonResponse
getGiftCardFrontendAction(ArrayCollection $giftCardAllJSON)

API route for listing all Gift Cards

JsonResponse
getGiftCardBackendAction(ArrayCollection $giftCardAllBackendJSON)

API route for JqGridListing

JsonResponse
editGiftCardAction(ArrayCollection $giftCardEditJSON)

API route for editing gift card

JsonResponse
deleteGiftCardAction(ArrayCollection $giftCardDeleteJSON)

API routing for deliting multiple Gift Cards

JsonResponse
sendCardByMailAction(ArrayCollection $giftCardSendByMailJSON)

API route for sending gift card via email

JsonResponse
settingsEditAction(ArrayCollection $giftCardSettingsEditJSON)

API route for editing Gift Card Settings

JsonResponse
applyAction(ArrayCollection $giftCardApplyJSON)

Apply GiftCard to Order

JsonResponse
removeAction(ArrayCollection $giftCardRemoveJSON)

Remove Gift Card from Order

Details

at line 38
JsonResponse getGiftCardFrontendAction(ArrayCollection $giftCardAllJSON)

API route for listing all Gift Cards

Parameters

ArrayCollection $giftCardAllJSON

Return Value

JsonResponse

See also

GiftCardAllJSONConverter

at line 61
JsonResponse getGiftCardBackendAction(ArrayCollection $giftCardAllBackendJSON)

API route for JqGridListing

Parameters

ArrayCollection $giftCardAllBackendJSON

Return Value

JsonResponse

See also

GiftCardAllBackendJSONConverter

at line 76
JsonResponse editGiftCardAction(ArrayCollection $giftCardEditJSON)

API route for editing gift card

Parameters

ArrayCollection $giftCardEditJSON

Return Value

JsonResponse

See also

GiftCardEditJSONConverter

at line 91
JsonResponse deleteGiftCardAction(ArrayCollection $giftCardDeleteJSON)

API routing for deliting multiple Gift Cards

Parameters

ArrayCollection $giftCardDeleteJSON

Return Value

JsonResponse

See also

GiftCardDeleteJSONConverter

at line 106
JsonResponse sendCardByMailAction(ArrayCollection $giftCardSendByMailJSON)

API route for sending gift card via email

Parameters

ArrayCollection $giftCardSendByMailJSON

Return Value

JsonResponse

See also

GiftCardSendByMailJSONConverter

at line 121
JsonResponse settingsEditAction(ArrayCollection $giftCardSettingsEditJSON)

API route for editing Gift Card Settings

Parameters

ArrayCollection $giftCardSettingsEditJSON

Return Value

JsonResponse

See also

GiftCardSettingsEditJSONConverter

at line 136
JsonResponse applyAction(ArrayCollection $giftCardApplyJSON)

Apply GiftCard to Order

Parameters

ArrayCollection $giftCardApplyJSON

Return Value

JsonResponse

See also

GiftCardApplyJSONConverter

at line 180
JsonResponse removeAction(ArrayCollection $giftCardRemoveJSON)

Remove Gift Card from Order

Parameters

ArrayCollection $giftCardRemoveJSON

Return Value

JsonResponse

See also

GiftCardRemoveJSONConverter