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": "b3bd60da-81fc-48a7-801c-369ced6adbe7",
"RoleID": "6cced3a1-7784-4557-8f91-2d7255c84918",
"SecurityGroupID": "27424ef3-8170-44ad-86a6-f7a190f846d1",
"WorkflowID": "35b5c3f9-3584-4944-8aa4-ac5de383167e",
"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.