POST api/packcenter/getbusinessunits

Get all enabled Business Units

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
{
  "a1315a82-0d3e-4e65-a680-74c35fc880cc": "sample string 2",
  "d55b9c16-adba-4bc8-86ef-86610d7e4030": "sample string 4"
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfguidstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfguidstring>
    <Key>a1315a82-0d3e-4e65-a680-74c35fc880cc</Key>
    <Value>sample string 2</Value>
  </KeyValueOfguidstring>
  <KeyValueOfguidstring>
    <Key>d55b9c16-adba-4bc8-86ef-86610d7e4030</Key>
    <Value>sample string 4</Value>
  </KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>