addServicePlan
POST {{url}}/operatorconsole/config/addServicePlan
- Use this API to add new service plans for the operator.
Global plans are automatically available at all venues.
Non-global plans can be made available at a venue using /operatorconsole/venues/configure
Request Body
{"AccessToken"=>"{{AccessToken}}", "ServicePlanName"=>"Test Service Plan", "ServicePlanDescription"=>"Test Service Plan Description", "UploadKbps"=>"2", "DownloadKbps"=>"3", "ConcurrentDevices"=>"4", "SessionTimeoutSecondsPerDevice"=>"5", "MaximumFreeEnrollmentsPerSubscriberPerVenue"=>"9", "BillingCycleHours"=>"120", "BillingCyclePrice"=>700, "BillingCycleRecurrence"=>"0", "ServicePlanImageURL"=>"https://s3.amazonaws.com/ui.us-east-1.wifikey.io/roamingiq/speed1.png", "GloballyAvailablePlan"=>false, "TrialCycles"=>"10", "externalServicePlanID"=>"1", "SMSCode"=>"11"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |