QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_app_url Property

The URL of your web application.

Syntax

def get_qwc_file_info_app_url() -> str: ...
def set_qwc_file_info_app_url(value: str) -> None: ...

qwc_file_info_app_url = property(get_qwc_file_info_app_url, set_qwc_file_info_app_url)

Default Value

""

Remarks

The URL of your web application.

The domain name specified in this URL must match the domain name specified in qwc_file_info_app_url.

During development you may specify "localhost" or a machine name in place of the domain name. If a machine name is specified, it must match the machine name specified in qwc_file_info_app_url.

The URL provided in qwc_file_info_app_url must be a https:// URL. The only exception to this is when using "localhost" for development, in that case a http:// URL may be used.

This property is required.

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