Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddSiteInput
Add a site.
Parameters
Name Type Description

domain

String

Domain

password

String

Required
Not null

Password

siteUrl

String

Required
Not null

Site URL

userName

String

Required
Not null

User name

Json Format
{
siteUrl: String,
userName: String,
password: String,
domain: String
}