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:
{
  "536260e2-e70f-4b59-b59f-c7b1eca13184": "sample string 2",
  "8b9a2fd8-e2f9-4ad6-b41f-644d9f25c9af": "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>536260e2-e70f-4b59-b59f-c7b1eca13184</Key>
    <Value>sample string 2</Value>
  </KeyValueOfguidstring>
  <KeyValueOfguidstring>
    <Key>8b9a2fd8-e2f9-4ad6-b41f-644d9f25c9af</Key>
    <Value>sample string 4</Value>
  </KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>