URL Parameter (Connect-Sage300 Cmdlet)
Set the URL to the HTTP or HTTPS endpoint of your Sage 300 system. For example, http://localhost/Sage300WebApi/v1.0/-/.
Syntax
Connect-Sage300 -URL string
Data Type
cstr
Default Value
""
Remarks
Set the URL to the HTTP or HTTPS endpoint of your Sage 300 system.Construct a URL for the Sage 300 Web API as follows: {protocol}://{host-application-path}/v{version}/{tenant}/ For example, http://localhost/Sage300WebApi/v1.0/-/.
This is a required parameter.