GET api/SalesOutcome/GetCurrentOutcomes?callId={callId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| callId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and globally unique identifier [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": "f256c733-999f-4c70-bae5-d3d591d5bc4f",
"sample string 3": "e142a858-0a76-4662-8eff-73525d8e6748"
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringguid>
<Key>sample string 1</Key>
<Value>f256c733-999f-4c70-bae5-d3d591d5bc4f</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>e142a858-0a76-4662-8eff-73525d8e6748</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>