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:
{
  "a5b0524d-a263-49a1-be8c-4b91120d3cd0": "sample string 2",
  "d245b624-5336-42cf-ae3a-e6783f2cc4e2": "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>a5b0524d-a263-49a1-be8c-4b91120d3cd0</Key>
    <Value>sample string 2</Value>
  </KeyValueOfguidstring>
  <KeyValueOfguidstring>
    <Key>d245b624-5336-42cf-ae3a-e6783f2cc4e2</Key>
    <Value>sample string 4</Value>
  </KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>