PUT /pm-extension-ms/pm-extension/v1/Digital
This method is used to update Digital extension.
To modify the digital extension into provisioning manager and respective subsystem:
-
Perform the authentication and login to the API. For more information, see POST /auth/login.
-
Use PUT /pm-extension-ms/pm-extension/v1/DigitalUpdate to send an HTTP PUT request.
-
Click Try it Out option.
-
Set the parameters as listed in the following table.
Parameter Name
Sample Value
Supported Value
Description
subsystemName
subsystemName
string
Indicates the sub system name for MiVoice MX-ONE.Note:This parameter is mandatory.
-
Under Request body select application/json from drop-down list.
-
Enter the request body parameter values as follows:
{ "extensionNumber": "string", "featureLevel": "string", "description": "string", "phoneType": 0, "commonServiceProfile": 0, "customer": "string", "phoneLanguage": "default", "equipmentPosition": "string", "timer": 0, "callAlternative": 0, "allowProgrammingofCallAlternativesFromTheTerminal": false, "roworColumninTransmissionMatrix": 0, "bossSecretary": false, "individualAbbreviatedNumbers": [ { "individualAbbreviatedNumber": 0, "translatedNumber": 0, "individualAbbreviatedNumberType": "string" } ], "additionalCategory": { "allowToInitiateAsAgentPosition": 0, "multiMemberBusy": 0, "numberLog": 0 }, "displayNumber": "string", "nameIdentity": { "firstName": "string", "lastName": "string", "includeinDialbyNameDatabase": true, "namePresentationOrder": "string", "restrictPresentation": true, "information": "string" }, "welcomeAnnouncement": "string", "continuousAnnouncement": "string", "authorizationCodes": [ { "authorizationCode": "string", "hashType": "string", "callLoggingCode": "string", "customer": "string", "newCustomer": "string", "commonServiceProfile": "string", "restrictUsageToThisExtensionOnly": true } ], "ringSignals": [ { "callingNumber": "string", "routeNumber": "string", "ringType": "string", "customer": "string" } ], "parallelRinging": { "mdir": "string", "secondaryDirectoryNumber1": "string", "secondaryDirectoryNumber2": "string", "delaySeizure": "string" }, "huntGroup": { "huntGroupNumber": "string", "groupAlias": true }, "callPickupGroup": "string", "groupDoNotDisturb": "string" }See POST /pm-extension-ms/pm-extension/v1/Digital for the request body parameters.
-
Click on Execute to generate the request URL.
Request URL:
The following table lists the expected responses.https://<IP_Address>:<PORT>/pm-extension-ms/pm-extension/v1/Digital?subsystemName=asdResponse Type
Value
Schema
Valid Response 200 OK
Error Response
400 Bad Request
Not applicable
401 Authentication Failure
Not applicable
403 Forbidden
Not applicable
404 Not found
Not applicable
↑