POST Application/PostContactSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
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": "3987ae1e-9e05-459f-a038-1d43004cb696", "ContactID": "0f0ef81e-8990-483d-bd9f-a934412ec9c2", "SecurityGroupID": "318f29c7-8fcd-494e-b12d-0432d6c55c2d" }
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.