QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ResponseData Property

The response data.

Syntax

ANSI (Cross Platform)
char* GetResponseData();
int SetResponseData(const char* lpszResponseData); Unicode (Windows) LPWSTR GetResponseData();
INT SetResponseData(LPCWSTR lpszResponseData);
@property (nonatomic,readwrite,assign,getter=responseData,setter=setResponseData:) NSString* responseData;
- (NSString*)responseData;
- (void)setResponseData:(NSString*)newResponseData;
#define PID_QBWCSERVER_RESPONSEDATA 20

INQB_EXTERNAL void* INQB_CALL InQB_QBWCServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_QBWCServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

After calling ProcessRequest this property will be populated with the response to be sent back to QuickBooks Web Connector.

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]