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": "2562687f-583d-415a-8dd1-2cfc8160be4e",
"RoleID": "ca980585-3f2d-4e8a-9cd7-5ebc45ec7405",
"SecurityGroupID": "d695918f-9c87-4eb8-b02f-de4212bdaa7a",
"WorkflowID": "74870613-8455-460e-88e7-6b3d22b655e0",
"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.