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:
{
  "aa3525a9-708c-414a-b175-e4d2e0ad32a5": "sample string 2",
  "561b32e8-c62f-44e7-af3a-7b5ca6891d05": "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>aa3525a9-708c-414a-b175-e4d2e0ad32a5</Key>
    <Value>sample string 2</Value>
  </KeyValueOfguidstring>
  <KeyValueOfguidstring>
    <Key>561b32e8-c62f-44e7-af3a-7b5ca6891d05</Key>
    <Value>sample string 4</Value>
  </KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>