POST api/Group/PostCertificateRightAndGrouptype

Request Information

URI Parameters

None.

Body Parameters

GroupCertificateDisplayandTypeDTO
NameDescriptionTypeAdditional information
InfoCert

integer

None.

FreshCert

integer

None.

PolicyCert

integer

None.

PreAppCert

integer

None.

GroupDatasheet

integer

None.

GroupType

integer

None.

GroupId

integer

None.

ApplicationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InfoCert": 1,
  "FreshCert": 2,
  "PolicyCert": 3,
  "PreAppCert": 4,
  "GroupDatasheet": 5,
  "GroupType": 6,
  "GroupId": 7,
  "ApplicationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true