RestURL
Specifies the base URL of the Bullhorn CRM REST API.
Data Type
string
Default Value
""
Remarks
This property defines the base endpoint used by the component to send REST API requests to Bullhorn CRM.
When AuthScheme is set to OAuth and InitiateOAuth is set to GETANDREFRESH, the RestURL value is retrieved automatically during the OAuth flow and stored for reuse.
If you perform the OAuth flow manually, you must specify this property in the connection string. The URL value is obtained from the output of the GetOAuthAccessToken stored procedure.
This property is useful when completing manual OAuth flows or connecting from environments that cannot launch a browser for interactive authorization.