addVenue
POST {{url}}/networkoperatorconsole/venues/addVenue
Use this API to add a new venue/location.
- Timer for Welcome Email (in hours) - emails to new subscribers will not be sent immediately. Instead, the system will look back from start date of key, and send welcome email xx hours as specified in this setting.
- Timer for SubscriptionEnd Email (in hours) - emails to subscribers will be sent before their subscription end date.
- For reporting, ReportingSubscriptionEndlookaheadhours to generate reports with ending subscriptions. Use ReportingSubscriptionEndfrequencyhours to define how often to generate report.
- VenueAdministrator to add an local resident services admin account. The account will be usable at property management url.
-
MinimumVLAN-Residents
: 1050, Optional: If using Auto Assigned VLAN ID for AddUnit enter the starting VLAN here. -
MaximumVLAN-Residents
: 4000, Optional: If using Auto Assigned VLAN ID for AddUnit enter the MAX Vlan here. -
MinimumVLAN-Guests
: 1050, Optional: If using Auto Assigned VLAN ID for AddUnit Guest enter the MAX Vlan here. -
MaximumVLAN-Guests
: 4000 Optional: If using Auto Assigned VLAN ID for AddUnit Guest enter the MAX Vlan here. - DefaultServicePlanID_GlobalWirelessPlusLocalWiredAccess
- DefaultServicePlanID_LocalWirelessAccess
Request Body
{"AccessToken"=>"{{NetworkOperatorAdmin-AccessToken}}", "PropertyManagementGroupID"=>"{{PropertyManagementGroupID}}", "externalVenueID"=>"", "VenueName"=>"GJTEST Venue 1", "AddressLine1"=>"27 Renmar Ave", "AddressLine2"=>"", "City"=>"Walpole", "State"=>"MA", "Country.ISO3166A3"=>"USA", "PostalCode"=>"02081", "PrimaryContactGivenName"=>"Ed", "PrimaryContactFamilyName"=>"Neipris", "PrimaryContactPhoneNumber.E164"=>"+18667946166", "PrimaryContactEmailAddress"=>"ed@roamingiq.com", "KeyPoolID"=>"{{KeyPoolID}}", "MinimumAutoGenreatedVLAN-Residents"=>1, "MaximumAutoGenreatedVLAN-Residents"=>4000, "MinimumAutoGenreatedVLAN-Guests"=>1, "MaximumAutoGenreatedVLAN-Guests"=>4000}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |
RESPONSES
status: OK
{"message":"","VenueID":"USA.MA.02035.BLUEPORTOFFICELOCATIONS.FOXBORO._V3VENUE.USA.MA.02035.TESTVENUE.FOXBORO","PropertyManagementGroupID":"USA.MA.02035.BLUEPORTOFFICELOCATIONS.FOXBORO","NetworkOperatorConnections":{"USA.MA.02035.BLUEPORT.FOXBORO":{"NAS-Identifier":"USA.MA.02035.TESTVENUE.FOXBORO","venueConnectionDateAdded_by_PropertyManagementUTC.ISO8601":"2020-11-01T20:34:19.597Z","venueConnectionDateAdded_by_NetworkOperatorUTC.ISO8601":"2020-11-01T20:34:19.597Z","currentOperatorStatus":"Operational","DefaultVLANForRoamingSubscribers":"2000"}},"Keypools":{"USA.MA.02035.BLUEPORT.FOXBORO._V3SSID.VAULT.global":{"dateAdded_by_KeyPoolOwnerUTC.ISO8601":"2020-11-01T20:34:19.597Z","dateAdded_by_PropertyManagementUTC.ISO8601":"2020-11-01T20:34:19.597Z","ssid":"VAULT"}},"dateAddedUTC.ISO8601":"2020-11-01T20:34:19.597Z"}