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": "4b82ed6f-04b6-407a-ae9b-a552f2c7ac21",
"ContactID": "682d5375-8076-41e9-af9c-aced4476436f",
"SecurityGroupID": "79b24034-fa37-4bc9-ae05-28186ba629c5"
},
{
"$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.