inventorypurchaseutilityStartsessionPost method
Future<Response<WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionResponse> >
inventorypurchaseutilityStartsessionPost({})
Implementation
Future<
chopper.Response<
WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionResponse
>
>
inventorypurchaseutilityStartsessionPost({
required WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionResponse,
() =>
WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionResponse
.fromJsonFactory,
);
return _inventorypurchaseutilityStartsessionPost(body: body);
}