inventorypurchaseutilityStartsessionPost method

Implementation

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

  return _inventorypurchaseutilityStartsessionPost(body: body);
}