inventorywarehousePost method

Implementation

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

  return _inventorywarehousePost(body: body);
}