CreateSiteVM
All the required information to create a new site.
| Name | Description | Type | Additional information | 
|---|---|---|---|
| DisplaySiteName | 
                         The site name as displayed in FlowWorks.  | 
                    string | 
                             None.  | 
                
| InternalSiteName | 
                         The internal site name or device name that is used to when ingesting data from outside FlowWorks.  | 
                    string | 
                             None.  | 
                
| SiteType | 
                         The type of site. Supported types include: 
  | 
                    string | 
                             None.  | 
                
| Longitude | 
                         Longitude coordinate of the site.  | 
                    decimal number | 
                             None.  | 
                
| Latitude | 
                         Latitude coordinate of the site.  | 
                    decimal number | 
                             None.  | 
                
| Address | 
                         The street address or description of where this site is located.  | 
                    string | 
                             None.  | 
                
| UnitsMode | 
                         The type of measurement units that this site is expected to use. Supported values are: 'US Standard' or 'Metric'. 
  | 
                    string | 
                             None.  | 
                
| TimeZone | 
                         A number representing the UTC timezone offset where this site is located. For example, -5, -6, -7, or -8 to represent EST, CST, MST, and PST timezones respectively.  | 
                    decimal number | 
                             None.  | 
                
| ExpectedSchedule | 
                         The number of minutes representing how frequently this site will received data in FlowWorks. This is used to mark the site as Late (yellow icon) in various places in FlowWorks.  | 
                    integer | 
                             None.  | 
                
| Channels | 
                         An array of channel objects. Each item defines a channel to be created on the site.  | 
                    Collection of CreateChannelVM | 
                             None.  |