POST UserRolePermission/ListAddRole
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ExcelUserRoleList": [
{
"$id": "2",
"Id": "8c53a498-1e2f-46ea-8b4f-a2aa8ddc6f92",
"UserTypeName": "sample string 2",
"UserTypeDescription": "sample string 3",
"CreatedBy": "sample string 4"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"UserId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.