GET api/Account/RoleDDList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RoleDD| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoleName": "sample string 1"
},
{
"RoleName": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfRoleDD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MedHelpAPI.Models">
<RoleDD>
<RoleName>sample string 1</RoleName>
</RoleDD>
<RoleDD>
<RoleName>sample string 1</RoleName>
</RoleDD>
</ArrayOfRoleDD>