GET api/Roles/GetCompany2RoleByCompanyId/{companyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Company2Role| Name | Description | Type | Additional information |
|---|---|---|---|
| Company2RoleId | integer |
None. |
|
| RoleId | integer |
None. |
|
| CompanyId | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"Company2RoleId": 1,
"RoleId": 2,
"CompanyId": 3
}
application/xml, text/xml
Sample:
<Company2Role xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NiceAPI.Managers"> <Company2RoleId>1</Company2RoleId> <CompanyId>3</CompanyId> <RoleId>2</RoleId> </Company2Role>