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": "ebc2a506-cac1-4f0c-9e5d-047e79cf883f",
"ContactID": "064058dc-26d0-49f0-a4cd-262017bdfb79",
"SecurityGroupID": "7db72a59-f3ce-4908-b1a7-a89dd7a77f88"
},
{
"$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.