PUT Application/PutContactSecurityGroup
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": "03fa0007-37fb-4584-bbc9-64a297e0ae8e",
"ContactID": "d8d77c0e-4d7a-4c65-bba0-3487342db391",
"SecurityGroupID": "ede2ee8c-e96a-4ebc-9acf-6173170ecb0a"
}
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.