QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QBResponseAggregate Property

The last QBXML response aggregate received from QuickBooks.

Syntax

ANSI (Cross Platform)
char* GetQBResponseAggregate();
int SetQBResponseAggregate(const char* lpszQBResponseAggregate); Unicode (Windows) LPWSTR GetQBResponseAggregate();
INT SetQBResponseAggregate(LPCWSTR lpszQBResponseAggregate);
@property (nonatomic,readwrite,assign,getter=QBResponseAggregate,setter=setQBResponseAggregate:) NSString* QBResponseAggregate;
- (NSString*)QBResponseAggregate;
- (void)setQBResponseAggregate:(NSString*)newQBResponseAggregate;
#define PID_ACCOUNT_QBRESPONSEAGGREGATE 16

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

Default Value

""

Remarks

The last QBXML response aggregate received from QuickBooks. This property is set whenever a response is received from QuickBooks.

This property may also be set to a response aggregate. When set to a QBXML aggregate, such as a response from ObjSearch or QBWCServer the class will parse the response as if it had been received directly from QuickBooks and the applicable properties will be updated.

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]