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": "8313d2f5-803d-4f09-abb0-1bc0d6167fae",
"sample string 3": "c846a697-9d3f-426e-9a10-81200f4de140"
}
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>8313d2f5-803d-4f09-abb0-1bc0d6167fae</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>c846a697-9d3f-426e-9a10-81200f4de140</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>