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": "a3c64f80-c36e-4e58-9003-1d98f39a2232",
"SecurityGroupID": "4c8729f1-a5fd-480c-8b1c-0b99483118bf",
"PersonalExceptionID": "4d66f61c-bcdd-4485-857e-e374434de70e"
},
{
"$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.