Interface CommonTransportUnitApi

All Known Implementing Classes:
InventoryTransportUnitApiImpl

@Profile("DISTRIBUTED") @FeignClient(name="common-service", qualifiers="transportUnitApi", decode404=true) public interface CommonTransportUnitApi
A InventoryTransportUnitApi.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    createTU(String actualLocation, String tut)
    Create a TransportUnit with the given (minimal) information.
  • Method Details

    • createTU

      @PostMapping(value="/v1/transport-units", params={"actualLocation","tut"}) CommonTransportUnitVO createTU(@RequestParam("actualLocation") String actualLocation, @RequestParam("tut") String tut)
      Create a TransportUnit with the given (minimal) information.
      Parameters:
      actualLocation - The current location of the TransportUnit
      tut - The type (TransportUnitType