Logidav Docs

ContainerController extends Controller
in package

Container controller.

Tags
Route

("container")

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
throws
MessageException

If the container ID is empty or if the container or warehouse is not found.

Route

("/update-container-warehouse", name="update_container_warehouse")

Method

({"POST"})

Return values
JsonResponse

The JSON response indicating the success of the update operation.


        
On this page

Search results