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": "b4acd594-adb1-4c60-9ec0-5bea731c51aa",
"ContactID": "5291532d-881a-478a-b241-e0e71056e241",
"SecurityGroupID": "2ffe522e-7404-4cb8-ae8d-41d001aa89e4"
},
{
"$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.