inventorywarehousePost method

Implementation

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

  return _inventorywarehousePost(body: body);
}