POST Application/PostCompanyRoles
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": "915173ea-0f82-47c0-ab06-0543bd8f06da",
"RoleID": "901c1b00-741c-45cd-b254-0c5f2ab2f3de",
"SecurityGroupID": "31f7feab-5654-429d-93a0-e7869308b8d7",
"WorkflowID": "96708b85-4784-482a-b092-511fbd7d0e44",
"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.