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": "64a899fd-1eeb-4d57-a136-ee6b90ea9e6e",
"sample string 3": "9aef0088-27d5-4be3-a5cf-2bf8b946b0fc"
}
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>64a899fd-1eeb-4d57-a136-ee6b90ea9e6e</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>9aef0088-27d5-4be3-a5cf-2bf8b946b0fc</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>