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": "7abddb46-d9c1-42b5-a10a-638cc1a75210",
"DocumentID": "64772aa0-286b-4ef9-b6a5-db93095280bc",
"SecurityGroupID": "7319fc42-64d2-4c8a-8de5-755c676529bb"
},
{
"$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.