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:
{
"5a7aaa9c-4e0a-4762-a763-712a219cd1f1": "sample string 2",
"efa3ab50-d594-4a0b-957f-d2d9a359038a": "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>5a7aaa9c-4e0a-4762-a763-712a219cd1f1</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>efa3ab50-d594-4a0b-957f-d2d9a359038a</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>