QuickBooks Integrator 2020 Kotlin Edition

Questions / Feedback?

ObjSearchResult Type

Results of a search made with the OBJSEARCH component.

Remarks

This type contains a single result after issuing a search with the ObjSearch component. The Aggregate field contains the XML result aggregate, which you may then pass to a corresponding component to parse.

Fields

Aggregate
String?

XML response aggregate returned from QuickBooks.

This field contains one XML response aggregate returned from QuickBooks after a successful call to Search.

This field may be used to set the Aggregate field of any other component. If this is done the component will be set to the record specified in ResultAggregate.

The Ids are also provided separately in the ResultId field.

ResultId
String?

Id of the result aggregate stored in Aggregate.

The ResultIds will automatically be prefixed with a hash, and may be passed as is to the Get method of any component, or used as references.

The corresponding XML response aggregate is provided in the Aggregate field

ResultName
String?

Name of the result aggregate stored in Aggregate.

The ResultName will only be returned for Entity searches, and may be passed as is to the GetByName method of any component that supports such functionality. (Customer, Account, Item, Vendor, Employee, etc).

The corresponding XML response aggregate is provided in the Aggregate field

Constructors

public constructor()



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