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": "8783c2c1-4774-4b93-ba39-03c5f0c0ce81",
"SecurityGroupID": "f979489d-635b-4379-aed4-a97636a81dbd",
"OverheadCodeID": "50a8cae0-4257-4715-96ef-db1cefd75822"
},
{
"$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.