PUT Mobility/PutDocumentSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of DocumentSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DocumentID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "f77549cd-f8da-4978-b05e-88aee90c97ba",
"DocumentID": "d4a77224-2440-45b9-b604-c1872b3a1b42",
"SecurityGroupID": "bfe8cbb1-8107-462a-871a-330227248be0"
},
{
"$ref": "1"
}
]
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.