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": "57677bea-2a51-49de-a690-dce7801b0324",
"DocumentID": "d33eea18-a454-43dc-a5f0-d0b8a2104f52",
"SecurityGroupID": "2cdbf7f7-dfe4-4eae-9cd1-f63ad36235ac"
},
{
"$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.