QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

entity_id Property

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

Syntax

def get_entity_id() -> str: ...
def set_entity_id(value: str) -> None: ...

entity_id = property(get_entity_id, set_entity_id)

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 Python Edition - Version 20.0 [Build 7941]