GET api/role/{id}/compliancecountry
Gets the compliance country for the role using the configured compliance level preference. Processes this role API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The role id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The resolved compliance country, or null when it cannot be resolved.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.