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": "c9de5ef9-f8b1-4a59-bdfc-72ee06995fa3",
"RoleID": "9b7fa4a2-8a1c-4404-96e5-376ed2f31c6b",
"SecurityGroupID": "36c43dc7-4901-49dd-8c45-1bca0bcc3f30",
"WorkflowID": "3a070817-302e-4344-a188-75b310863a34",
"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.