PUT TimeSaver/PutPersonalExceptionSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of PersonalExceptionSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| PersonalExceptionID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "12b95732-62b7-40b6-8ca6-a5212597435b",
"SecurityGroupID": "fd3665c3-1c25-4e11-a728-f02962fe66bd",
"PersonalExceptionID": "bc089647-3675-4b59-8f50-98eb2f191a82"
},
{
"$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.