PUT Application/PutCompanyRole
Request Information
URI Parameters
None.
Body Parameters
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": "1ef005dc-e08b-452f-90e8-8d56c3ade906", "RoleID": "15123dc1-8cb1-4fa5-a4b1-28ec42fd7963", "SecurityGroupID": "db201222-4427-4cc9-b892-d81146e4a2ec", "WorkflowID": "daffc406-9ec0-4250-8712-e858909c4876", "Name": "sample string 5" }
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.