PUT Application/PutCompanyRoleSemanticEntitySecurities

Request Information

URI Parameters

None.

Body Parameters

Collection of CompanyRoleSemanticEntitySecurity
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

CompanyRoleID

globally unique identifier

Required

SemanticEntitySchemaName

string

Required

SemanticEntityName

string

Required

EntityID

string

Required

HasAccess

boolean

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "e8558d6c-6570-48e8-af5d-17ac08fd442f",
    "CompanyRoleID": "6b27e36b-3ae9-4838-bdc4-d935392bec2c",
    "SemanticEntitySchemaName": "sample string 3",
    "SemanticEntityName": "sample string 4",
    "EntityID": "sample string 5",
    "HasAccess": true
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

StackTrace

string

None.

Response

ServiceItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.