/mcp"DtmfAccessId":"999341", "PartitionObjectId":da2114bf-cde7-43d8-9709-cd3895a9d41b" } The following is the response from the above POST request and the actual response will depend upon the information given by you: Response code: 201 /vmrest/users/fa2114bf-cde7-43d8-9709-cd3895a9d41b/alternateextensions/ea2114bf-cde7-43d8-9709-cd3895a9d41b Update Basic Settings of Alternate Extension PUT https://<connection-server>/vmrest/users/<user-objectid>/alternateextensions/<objectid> <AlternateExtension> <DtmfAccessId>999345c1</DtmfAccessId> <PartitionObjectId>e1c25917-7dbe-4691-8226-246f84edc73b</PartitionObjectId> </AlternateExtension> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example PUT https://<connection-server>/vmrest/users/<user-objectid>/alternateextensions/<alternateextension_objectid> Accept: application/json Content-type: application/json Connection: keep-alive { "DtmfAccessId":"123345" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Delete Alternate Extension DELETE https://<connection-server>/vmrest/users/<user-objectid>/alternateextensions/<alternateextension_objectid> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example DELETE https://<connection-server>/vmrest/users/<user-objectid>/alternateextensions/<alternateextension_objectid> Accept: application/json Connection: keep-alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 32 Cisco Unity Connection Provisioning Interface (CUPI) API -- Alternate Extension Update Basic Settings of Alternate Extension