rentalcategoryPost method

Implementation

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

  return _rentalcategoryPost(body: body);
}