PUT TimeSaver/PutOverheadCodeSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of OverheadCodeSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| OverheadCodeID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "f86a5972-7445-454c-9a10-438ffc93877a",
"SecurityGroupID": "78bc5eba-4c83-4ccf-8702-4c76ded0cab6",
"OverheadCodeID": "a9f4985f-6cd6-47ae-816c-687e4dad36f0"
},
{
"$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.