GET api/CRMUtility/GetBUForDownload?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Pair of string [key] and globally unique identifier [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "49ed1746-c8b2-4de9-9003-c0a6cb3f602a"
  },
  {
    "Key": "sample string 1",
    "Value": "cfc68a10-e270-4506-abdf-02946f7a7fc8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfKeyValuePairOfstringguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
  <KeyValuePairOfstringguid>
    <key>sample string 1</key>
    <value>49ed1746-c8b2-4de9-9003-c0a6cb3f602a</value>
  </KeyValuePairOfstringguid>
  <KeyValuePairOfstringguid>
    <key>sample string 1</key>
    <value>cfc68a10-e270-4506-abdf-02946f7a7fc8</value>
  </KeyValuePairOfstringguid>
</ArrayOfKeyValuePairOfstringguid>