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": "25c9912f-ca82-43e7-9538-cca27962c67d",
"RoleID": "9c8c7d23-0b72-4e94-8a1e-17ea9083e9bf",
"SecurityGroupID": "bfad5afd-5f6d-41ee-9a5e-2040eec16848",
"WorkflowID": "a211545c-98ed-493b-b0ff-2bc0a23cca91",
"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.