PUT Application/PutCompanyRoles
Request Information
URI Parameters
None.
Body Parameters
Collection of CompanyRoleName | 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": "7d7d574a-4a14-4ecc-9217-6b56b85b98dc", "RoleID": "182b55fa-f8a3-4d69-8be4-bdd330f23a8a", "SecurityGroupID": "1f3d8743-536f-4c0a-9974-3a754a33841c", "WorkflowID": "2aec151e-f35c-4bed-903f-716b76ed493c", "Name": "sample string 5" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.