Create
This operation is part of the Place Management API section of the Web Services API.
Overview
Creates a new place.
Request URL | api/v2/places |
---|---|
HTTP Method | POST |
Required Features | api-provisioning-write |
Parameters
Parameter | Value |
---|---|
name | The name of the place. |
Samples
Request
POST /api/v2/places
{
"name":"JoshW"
}
HTTP Response
{
statusCode: 0
id: "15f4b6e7-f8f7-4039-b2f0-23ee146a7e8b"
path: "/places/15f4b6e7-f8f7-4039-b2f0-23ee146a7e8b"
uri: "http://hpe-voicevm-70.genesyslab.com:8090/api/v2/places/15f4b6e7-f8f7-4039-b2f0-23ee146a7e8b"
}
This page was last edited on January 22, 2016, at 19:56.
Comments or questions about this documentation? Contact us for support!