POST Application/PostContactSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
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": "99d3ee02-2789-48bd-b724-686762060e20",
"ContactID": "885b4a9a-da13-4d5a-b8c9-19b84cd3703c",
"SecurityGroupID": "cd92c3c3-3349-4f7f-a71e-546b9ddf1ea6"
}
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.