inventoryrankPost method

Implementation

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

  return _inventoryrankPost(body: body);
}