DELETE Application/DeleteCompanyRole
Request Information
URI Parameters
None.
Body Parameters
CompanyRole| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| RoleID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| WorkflowID | globally unique identifier |
Required |
|
| Name | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "b0c85d4b-b21b-41ec-a45b-c688f8953865",
"RoleID": "75dee8d0-817b-48f3-a8c2-0233b4844a53",
"SecurityGroupID": "1d1967bd-d587-4f15-a0a2-4ab53bd6980c",
"WorkflowID": "e2c43459-805e-4754-9b3f-4b47181d534d",
"Name": "sample string 5"
}
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.