POST Application/PostCompanyRoleSemanticEntitySecurities
Request Information
URI Parameters
None.
Body Parameters
CompanyRoleSemanticEntitySecurity| Name | 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": "a0d32395-9ad0-4f39-b584-e89787e9a70c",
"CompanyRoleID": "eca1fc80-8a8f-4c8d-9e46-5f7050389820",
"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
ServiceResponse| Name | 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.