inventoryconditionPost method

Implementation

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

  return _inventoryconditionPost(body: body);
}