POST api/mobile/getbusinessunits
Get business units list for current user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dictionary(Guid.String) Business Unit List
Dictionary of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"79473b46-e399-46df-b0b6-bd0ee515b04f": "sample string 2",
"ad38f44d-8dfd-4c3c-8d11-0851d790a8ef": "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>79473b46-e399-46df-b0b6-bd0ee515b04f</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>ad38f44d-8dfd-4c3c-8d11-0851d790a8ef</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>