GET mwa_ws/Service.svc/forward?callid={callid}&from_employee={from_employee}&to_employee={to_employee}&forwardCmts={forwardCmts}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
callid | integer |
Required |
|
from_employee | integer |
Required |
|
to_employee | integer |
Required |
|
forwardCmts | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Exception | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Code="1" Message="sample string 2"> <Exception>sample string 3</Exception> </Result>