gldistributionRefreshPost method
Future<Response<WebApiModulesUtilitiesGLDistributionRefreshGLHistoryResponse> >
gldistributionRefreshPost({
- required WebApiModulesUtilitiesGLDistributionRefreshGLHistoryRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesUtilitiesGLDistributionRefreshGLHistoryResponse>>
gldistributionRefreshPost(
{required WebApiModulesUtilitiesGLDistributionRefreshGLHistoryRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesUtilitiesGLDistributionRefreshGLHistoryResponse,
() => WebApiModulesUtilitiesGLDistributionRefreshGLHistoryResponse
.fromJsonFactory);
return _gldistributionRefreshPost(body: body);
}