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": "e2a179f6-2321-46d1-8e47-c38a942fa3b4",
"SecurityGroupID": "748be6c7-64c3-41dc-a933-d6ab92807502",
"PersonalExceptionID": "2d767420-ab9e-44db-baea-85d78c7227b4"
},
{
"$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.