PUT Application/PutContactSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of ContactSecurityGroupName | 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": "7bd7c3fc-6e5a-44d2-8576-9aad1090a5ef", "ContactID": "66fe272d-6554-4f3d-8f85-bf3ea89c25e2", "SecurityGroupID": "3b9a9f67-75f5-44dc-a116-43064c0dd7f4" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.