QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

entityId (property)

Limits the search to transactions associated with the entity specified by EntityId .

Syntax

@property (nonatomic,readwrite,assign,getter=entityId,setter=setEntityId:) NSString* entityId;
- (NSString*)entityId;
- (void)setEntityId:(NSString*)newEntityId;
public var entityId: String {
  get {...}
set {...} }

Default Value

""

Remarks

Limits the search to transactions associated with the entity specified by EntityId. Note that you may use EntityName OR EntityId to search, but you may not use both.

Only applicable to searches for transaction objects, with the following exceptions: BillToPay queries map this to the PayeeEntityId field, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyId field.

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