POST api/callqueue/getPriorityIns
Request Information
URI Parameters
None.
Body Parameters
CallQueueInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhoneNumber": "sample string 1"
}
text/html, text/plain
Sample:
{"PhoneNumber":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CallQueueOutputs| Name | Description | Type | Additional information |
|---|---|---|---|
| CallRoutingPriority | integer |
None. |
|
| Error Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CallRoutingPriority": 1,
"Error Message": "sample string 2"
}
text/html, text/plain
Sample:
{"CallRoutingPriority":1,"Error Message":"sample string 2"}