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:
{
  "ec4f7577-6a52-401f-a957-33bf2444f2cf": "sample string 2",
  "1096bef7-ad6c-4d4c-95b7-b85c10dedff0": "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>ec4f7577-6a52-401f-a957-33bf2444f2cf</Key>
    <Value>sample string 2</Value>
  </KeyValueOfguidstring>
  <KeyValueOfguidstring>
    <Key>1096bef7-ad6c-4d4c-95b7-b85c10dedff0</Key>
    <Value>sample string 4</Value>
  </KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>