PUT Application/PutCompanyRoleSemanticEntitySecurity
Request Information
URI Parameters
None.
Body Parameters
CompanyRoleSemanticEntitySecurityName | Description | Type | Additional 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": "19851d4c-795e-4239-a83e-7e270473b622", "CompanyRoleID": "e124df9d-bd8a-420a-9273-6b0f69d772a0", "SemanticEntitySchemaName": "sample string 3", "SemanticEntityName": "sample string 4", "EntityID": "sample string 5", "HasAccess": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional 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.