/mcp{ "URI": "/vmrest/partitions/d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b", "ObjectId": "d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b", "Name": "ucbu-aricent-vm259 Partition", "Description": "Default Partition", "LocationObjectId": "bbf3e6ed-0278-479c-9a6e-2da8756eeb6f", "LocationURI": "/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c-9a6e- 2da8756eeb6f" } Response Code: 200 Creating a Partition The following is an example of the POST request that creates a partition: POST https://<connection-server>/vmrest/partitions Request Body: <Partition> <Name>Taxoma_DefaultPartition</Name> <Description>Default Partition for Taxoma</Description> </Partition> The following is the example of the response from the above Post request: Response Code: 201 JSON Example The following is an example of the POST command that will create a new partition: Request URI: POST https://<connection-server>/vmrest/partitions Accept: applciation/json Content_type: application/json Connection: keep_alive Request Body: { "Name": "Test", "Description": "Test_partition" } The following is the example of the response from the above GET request: Response Code: 201 Updating a Partition The following is an example of the PUT request that allows you to update a partition: PUT https://<connection-server>/vmrest/partitions/<PartitionObjectId> Request Body: <Partition> <Name>Test123</Name> <Description>Taxoma Default Partition</Description> </Partition> Response Code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 634 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Creating a Partition