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 Summary
Modifier and TypeMethodDescriptionCreate aTransportUnit
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 aTransportUnit
with the given (minimal) information.- Parameters:
actualLocation
- The current location of theTransportUnit
tut
- The type (TransportUnitType
-