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": "4b3608ca-30a6-473d-a806-502e8af8cf4e",
"DocumentID": "ca8cc2a1-e413-4b4e-a439-e4681a5fcc91",
"SecurityGroupID": "8aa8ec03-2cd2-43d5-8eea-1067042562fb"
},
{
"$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.