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": "dbb131c6-4bd3-4141-95af-5bf2dd31dc01",
"ContactID": "a0659432-f806-4e68-9840-347eb42786aa",
"SecurityGroupID": "8c170be0-62c6-48da-ac63-6d6c567aac98"
}
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.