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": "1ed9fe88-0f2c-4d9c-877e-4c7002a0c9cf",
  "sample string 3": "3070197a-0935-4334-934c-24b42519284e"
}

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>1ed9fe88-0f2c-4d9c-877e-4c7002a0c9cf</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>3070197a-0935-4334-934c-24b42519284e</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>