CompanyId
The unique identifier of a given company in QuickBooks Online.
データ型
string
デフォルト値
""
解説
The unique identifier of a given company in QuickBooks Online. This will be determined automatically during authentication and returned from the GetOAuthAccessToken stored procedure. CompanyId is a required value if InitiateOAuth is set to REFRESH or OFF.
You can also obtain the CompanyId by below ways
By pressing Ctrl+Alt+? from any screen in QuickBooks Online.
The RealmId(CompanyId) returned from the OAuth authorization URL. This can be used on systems where a browser cannot be launched such as headless systems. See Windows DSN の構成 to get realmId value when obtain the OAuthVerifier value.