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