GET api/VipContacts/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GoContactVipContact| Name | Description | Type | Additional information |
|---|---|---|---|
| Company_Id | string |
None. |
|
| Number | string |
None. |
|
| Destination | string |
None. |
|
| OnBusy | string |
None. |
|
| Name | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Company_Id": "sample string 1",
"Number": "sample string 2",
"Destination": "sample string 3",
"OnBusy": "sample string 4",
"Name": "sample string 5",
"Type": 6
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.