containerwarehousePost method
Future<Response<WebApiModulesInventoryContainerWarehouseContainerWarehouse> >
containerwarehousePost({
- required WebApiModulesInventoryContainerWarehouseContainerWarehouse? body,
Implementation
Future<
chopper.Response<WebApiModulesInventoryContainerWarehouseContainerWarehouse>
>
containerwarehousePost({
required WebApiModulesInventoryContainerWarehouseContainerWarehouse? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryContainerWarehouseContainerWarehouse,
() => WebApiModulesInventoryContainerWarehouseContainerWarehouse
.fromJsonFactory,
);
return _containerwarehousePost(body: body);
}