CreateSiteVM
All the required information to create a new site.
Name | Description | Type | Additional information |
---|---|---|---|
DisplaySiteName |
The name displayed to the user to identify the site. |
string |
None. |
InternalSiteName |
The internal Site name that is referenced as data arrives. |
string |
None. |
SiteType |
Each type is represented by a unique icon that helps you visually identify sites in many areas, such as Map View and Graphing. Valid values include:
|
string |
None. |
Longitude |
Longitude coordinate of your site. |
decimal number |
None. |
Latitude |
Latitude coordinate of your site. |
decimal number |
None. |
Address |
You may wish to include an address if you use the product to establish Work Orders. This can help you provide clearer directions for maintenance crews who must physically visit the site. |
string |
None. |
UnitsMode |
Select the Default UnitsMode for this site. You can choose between US Standard and Metric. This establishes a unit standard that is used throughout the product when you are working with this site.
|
string |
None. |
TimeZone |
Enter a Time Zone within which your new site resides, offset from GMT. |
decimal number |
None. |
ExpectedSchedule |
This field refers to the number of expected minutes between data collections. |
integer |
None. |
Channels |
A list of channels that will be added as part of this site. |
Collection of CreateChannelVM |
None. |