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": "9640571d-34df-4fb2-afc4-59535045eaa4",
"RoleID": "0a15f70c-3e9f-4b4d-86f8-cc1363d3bdb0",
"SecurityGroupID": "ea085aa3-9055-433a-ad08-3dbb6ef38b83",
"WorkflowID": "8b895f0f-d846-43dd-ba02-ab9cb37dec52",
"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.