Customer Sites Provisioning
Method |
Path Parameters |
Description |
---|---|---|
GET |
/customers/{cid}/sites |
List all sites for a particular customer |
GET |
/customers/{cid}/sites/{sid} |
List the site information for a particular site ID |
POST |
/customers/{cid}/sites |
Create a site under a particular customer |
POST |
/customers/{cid}/sites/{sid} |
Edit the existing site information |
POST |
/customers/{cid}/sites/delete/{sid} |
Delete the site from the customer record |
GET |
/customers/{cid}/sites/{sid}/wifinetworks |
Retrieve all WiFi networks under a customer site. |
GET |
/customers/{cid}/sites/{sid}/wifinetworks/{id} |
List the WiFi network information for a particular WiFi network ID |
POST |
/customers/{cid}/sites/{sid}/wifinetworks |
Create a new WiFi network record |
POST |
/customers/{cid}/sites/{sid}/wifinetworks/{id} |
Edit an existing WiFi network record |
POST |
/customers/{cid}/sites/{sid}/wifinetworks/delete/{id} |
Delete an existing WiFi network record |