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": "ab8b605e-fb5b-4f58-ae14-043a2d625f64",
"SecurityGroupID": "92c66199-9a39-4b2e-bdbe-c0134243bbc4",
"OverheadCodeID": "5e7b8e60-faac-4620-a99d-d4ae985a5d12"
},
{
"$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.