rentalcategoryIdPut method
Future<Response<WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory> >
rentalcategoryIdPut({
- required String? id,
- required WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory
>
>
rentalcategoryIdPut({
required String? id,
required WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory,
() => WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory
.fromJsonFactory,
);
return _rentalcategoryIdPut(id: id, body: body);
}