QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

GetInteractiveURL Event

Fires when the URL for an interactive session is needed.

Syntax

typedef void __fastcall (__closure *TiqbQBWCServerGetInteractiveURLEvent)(System::TObject* Sender, TiqbQBWCServerGetInteractiveURLEventParams *e);


__property TiqbQBWCServerGetInteractiveURLEvent OnGetInteractiveURL = {read=FOnGetInteractiveURL, write=FOnGetInteractiveURL};

typedef struct {
     String SessionTicket;
     String URL;
} TiqbQBWCServerGetInteractiveURLEventParams;

Remarks

This event fires when QuickBooks Web Connector requests the URL for an interactive session.

If you set the InteractiveMode parameter in the GetLastError event this event will then fire so that you may provide the URL for the interactive session. The available parameters are:

SessionTicket identifies the session.

URL specifies the URL for the interactive session on your site. This must be a secure (https://) URL.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7353]