POST api/user/privilege/fieldPermission

Request Information

URI Parameters

None.

Body Parameters

FieldPermission
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

PrivilegeGroupId

globally unique identifier

None.

FieldName

string

None.

Permission

FieldPermissionEnum

None.

Section

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "5ed80d20-593e-471e-9e02-2e58421c9f86",
  "privilegeGroupId": "44009a2b-d035-44e7-bcd8-a3b30a75f894",
  "fieldName": "sample string 1",
  "permission": 2,
  "section": "sample string 3"
}

application/xml, text/xml

Sample:
<FieldPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products">
  <FieldName>sample string 1</FieldName>
  <ID>5ed80d20-593e-471e-9e02-2e58421c9f86</ID>
  <Permission>2</Permission>
  <PrivilegeGroupId>44009a2b-d035-44e7-bcd8-a3b30a75f894</PrivilegeGroupId>
  <Section>sample string 3</Section>
</FieldPermission>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.