containerwarehousePost method

Implementation

Future<
  chopper.Response<WebApiModulesInventoryContainerWarehouseContainerWarehouse>
>
containerwarehousePost({
  required WebApiModulesInventoryContainerWarehouseContainerWarehouse? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryContainerWarehouseContainerWarehouse,
    () => WebApiModulesInventoryContainerWarehouseContainerWarehouse
        .fromJsonFactory,
  );

  return _containerwarehousePost(body: body);
}