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": "2ed60ee9-1257-4a75-bba1-f5e095a6ab1a",
"RoleID": "5e1d0fe4-cddf-48e8-9c5c-dda2189dfbe4",
"SecurityGroupID": "988731f1-6f16-4b15-98e0-a94c760aac9f",
"WorkflowID": "5bf7d545-2d89-4a1c-b1c3-af55c1b35683",
"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.