PUT Application/PutCompanyRoles
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "6bfe86ad-8b4e-46ab-89e5-51d51f42c115",
"RoleID": "08c62969-bf7b-40e2-992c-6407722f32f0",
"SecurityGroupID": "57c5eb2c-c5ee-4e4d-a0c5-59ba33a6ab2c",
"WorkflowID": "df9667cc-f49a-40a3-ad0a-6a0d99835088",
"Name": "sample string 5"
},
{
"$ref": "1"
}
]
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.