rateupdateutilityApplyPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse>>
    rateupdateutilityApplyPost(
        {required WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse,
      () =>
          WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse
              .fromJsonFactory);

  return _rateupdateutilityApplyPost(body: body);
}