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:
{
"47fdeebd-d5da-4062-8cef-f465e577bede": "sample string 2",
"2b6d2514-7ccf-46c3-9d0f-172101b694ca": "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>47fdeebd-d5da-4062-8cef-f465e577bede</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>2b6d2514-7ccf-46c3-9d0f-172101b694ca</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>