PUT Application/PutContactSecurityGroup

Request Information

URI Parameters

None.

Body Parameters

ContactSecurityGroup
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

ContactID

globally unique identifier

Required

SecurityGroupID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "aee8559b-8f4c-4251-aa8d-fd94c2c0bb95",
  "ContactID": "a5cba38e-bd11-405b-a3c3-1004b29545ef",
  "SecurityGroupID": "8e55eefb-e7cb-42d2-b675-0bccdcfc3d23"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.