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:
{ "01670eb5-e886-46c7-8e20-34fec3424e63": "sample string 2", "355c4ede-34fb-4432-ba6a-8d451eea21cf": "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>01670eb5-e886-46c7-8e20-34fec3424e63</Key> <Value>sample string 2</Value> </KeyValueOfguidstring> <KeyValueOfguidstring> <Key>355c4ede-34fb-4432-ba6a-8d451eea21cf</Key> <Value>sample string 4</Value> </KeyValueOfguidstring> </ArrayOfKeyValueOfguidstring>