PUT Mobility/PutCustomerEmployeeCallSetting
Request Information
URI Parameters
None.
Body Parameters
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": "b8f2f79d-4bef-426e-b6c8-eb6c4ee23e20",
"CallForwardAlways": true,
"ForwardToPhoneNumber": "sample string 3",
"RingSplash": true,
"CallForwardBusy": true,
"CallForwardNotAvailable": true,
"NumberOfRings": 7,
"CallForwardNoResponse": true,
"RecallActive": true,
"RecallNumberOfRings": 10,
"CallWaitingActive": true,
"CallForwardDoNotDisturb": true
}
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.