PUT TimeSaver/PutBehaviourExceptionSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of BehaviourExceptionSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| BehaviourExceptionID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "79cb5c75-8c1c-4b5a-b174-2d928ad656bf",
"SecurityGroupID": "87819280-4c59-4e7b-8eac-1e094a6be1c3",
"BehaviourExceptionID": "2ae6be2f-183a-4cf5-9722-0fce9795a2f1"
},
{
"$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.