QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

QWCFileInfoAppURL Property

The URL of your web application.

Object Oriented Interface

public function getQWCFileInfoAppURL();
public function setQWCFileInfoAppURL($value);

Procedural Interface

inqb_qbwcserver_get($res, 8 );
inqb_qbwcserver_set($res, 8, $value );

Default Value

''

Remarks

The URL of your web application.

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

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 QWCFileInfoAppURL.

The URL provided in QWCFileInfoAppURL 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.

Data Type

String

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