ContainerController
extends Controller
in package
Container controller.
Tags
Table of Contents
Methods
- updateContainerWarehouseAction() : JsonResponse
- Updates the warehouse of a container.
Methods
updateContainerWarehouseAction()
Updates the warehouse of a container.
public
updateContainerWarehouseAction(Request $request, WarehouseService $warehouseService) : JsonResponse
Parameters
- $request : Request
- $warehouseService : WarehouseService
Tags
Return values
JsonResponse —The JSON response indicating the success of the update operation.