Package org.openwms.wms.transport.spi
Interface CommonTransportUnitApi
- All Known Implementing Classes:
- InventoryTransportUnitApiImpl
@Profile("DISTRIBUTED")
@FeignClient(name="common-service",
             qualifiers="transportUnitApi",
             dismiss404=true)
public interface CommonTransportUnitApi
A InventoryTransportUnitApi.
- Author:
- Heiko Scherrer
- 
Method SummaryModifier and TypeMethodDescriptionCreate aTransportUnitwith 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 aTransportUnitwith the given (minimal) information.- Parameters:
- actualLocation- The current location of the- TransportUnit
- tut- The type (- TransportUnitType
 
 
-