inventorygroupIdPut method

@param id

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsInventorySettingsInventoryGroupInventoryGroup>>
    inventorygroupIdPut({
  required String? id,
  required WebApiModulesSettingsInventorySettingsInventoryGroupInventoryGroup?
      body,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsInventorySettingsInventoryGroupInventoryGroup,
      () => WebApiModulesSettingsInventorySettingsInventoryGroupInventoryGroup
          .fromJsonFactory);

  return _inventorygroupIdPut(id: id, body: body);
}