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": "a9e64e78-0a77-4cb9-b11b-abb185eb4c97",
"securityGroupID": "0f3f5f3b-5006-4221-ae2f-63cdf9d2b03d",
"personalExceptionID": "55ff5483-330e-48f0-b3fd-70903f85250a"
},
{
"$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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.