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:
{
"72dce34e-8503-436b-be84-a74b4f4ff33d": "sample string 2",
"dc15d62f-2f23-4e4e-bfaf-4b6e343d9ccc": "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>72dce34e-8503-436b-be84-a74b4f4ff33d</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>dc15d62f-2f23-4e4e-bfaf-4b6e343d9ccc</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>