GET api/Admin?roleId={roleId}&RequestingPartnerId={RequestingPartnerId}
returns a CSV of menu options to be added to a user for a partner of a given role
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId |
4 for admin, ect |
integer |
Required |
RequestingPartnerId | integer |
Default value is 18 |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>