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": "c9f002b2-ba10-4344-87d9-ba2072987478",
"RoleID": "6e26d76e-c560-4caa-a9aa-7e68a60af7b7",
"SecurityGroupID": "d4a3558f-d87f-48a0-8dd9-8d9a45272567",
"WorkflowID": "b93477a8-b83b-41cd-b5a9-b30e8ec2d142",
"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.