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": "f52bbe97-f20f-402b-9f0b-153230542d79",
"DocumentID": "f0a604f0-f5e6-41c7-ba99-00a3831d7c97",
"SecurityGroupID": "965767ab-261e-4ae2-8579-7641b6eb0221"
},
{
"$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.