GET api/SalesOutcome/GetCurrentOutcomes?callId={callId}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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": "11ecc54a-4f86-4157-98e4-b42da3b04773",
  "sample string 3": "24e8e425-83b7-4427-b810-1a128e38538c"
}

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>11ecc54a-4f86-4157-98e4-b42da3b04773</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>24e8e425-83b7-4427-b810-1a128e38538c</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>