QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ref_id Property

An alphanumerical identifier generated by the server.

Syntax

def get_ref_id() -> str: ...

ref_id = property(get_ref_id, None)

Default Value

""

Remarks

A RefId is an alphanumerical identifier assigned by the server whenever an object is added to QuickBooks. It is guaranteed to be unique across all objects of the same type.

This property is required in Update operations, and not used in Add operations.

This property is read-only.

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