inventoryadjustmentreasonPost method

Implementation

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

  return _inventoryadjustmentreasonPost(body: body);
}