PUT Application/PutContactSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of ContactSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ContactID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "182dbfb8-4626-4d84-b9b6-30a927ce1493",
"ContactID": "a8924db0-62d4-4855-a6a4-8fd4790effcf",
"SecurityGroupID": "66ce35d4-2a8d-4d8f-9ee5-d8ab3a3dabb9"
},
{
"$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.