inventorygroupinventoryIdPut method

@param id

Implementation

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

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