inventoryrankIdPut method

@param id

Implementation

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

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