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": "405f88a0-949c-43da-8367-ddbe2b51af4e",
"sample string 3": "3e0b8be2-cb29-4412-b5a5-aeba5de3b918"
}
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>405f88a0-949c-43da-8367-ddbe2b51af4e</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>3e0b8be2-cb29-4412-b5a5-aeba5de3b918</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>