PUT Mobility/PutCustomerEmployeeCallSettings
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerEmployeeCallSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CallForwardAlways | boolean |
Required |
|
| ForwardToPhoneNumber | string |
None. |
|
| RingSplash | boolean |
Required |
|
| CallForwardBusy | boolean |
Required |
|
| CallForwardNotAvailable | boolean |
Required |
|
| NumberOfRings | integer |
Required |
|
| CallForwardNoResponse | boolean |
Required |
|
| RecallActive | boolean |
Required |
|
| RecallNumberOfRings | integer |
Required |
|
| CallWaitingActive | boolean |
Required |
|
| CallForwardDoNotDisturb | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "e6d0fe2c-3f3f-44f2-8d32-dea595ad8a67",
"CallForwardAlways": true,
"ForwardToPhoneNumber": "sample string 3",
"RingSplash": true,
"CallForwardBusy": true,
"CallForwardNotAvailable": true,
"NumberOfRings": 7,
"CallForwardNoResponse": true,
"RecallActive": true,
"RecallNumberOfRings": 10,
"CallWaitingActive": true,
"CallForwardDoNotDisturb": true
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.