POST api/usr/CallerId
Request Information
URI Parameters
None.
Body Parameters
BasicSettingDTOName | Description | Type | Additional information |
---|---|---|---|
BServiceID | UserService |
None. |
|
PBXUserID | string |
None. |
|
ServiceNumber | string |
None. |
|
VoipSwitch | string |
None. |
|
SettingValue | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "BServiceID": 0, "PBXUserID": "sample string 1", "ServiceNumber": "sample string 2", "VoipSwitch": "sample string 3", "SettingValue": true }
application/xml, text/xml
Sample:
<BasicSettingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.DTO"> <BServiceID>Item3G4GContinuity</BServiceID> <PBXUserID>sample string 1</PBXUserID> <ServiceNumber>sample string 2</ServiceNumber> <SettingValue>true</SettingValue> <VoipSwitch>sample string 3</VoipSwitch> </BasicSettingDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |