GET api/UserRights/GetUserRights

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
inParam
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ErrorMsg": "sample string 1",
  "FormId": "sample string 2",
  "CheckRights": true,
  "Rights": null
}

application/xml, text/xml

Sample:
<UserRightsModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.SCM">
  <CheckRights>true</CheckRights>
  <ErrorMsg>sample string 1</ErrorMsg>
  <FormId>sample string 2</FormId>
  <Rights i:nil="true" />
</UserRightsModal>