Package org.openwms.wms.transport.spi
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 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 theTransportUnittut- The type (TransportUnitType
 
 -