POST api/Sharing/Change
Request Information
URI Parameters
None.
Body Parameters
ChangeShareParmasDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| permissionId | globally unique identifier |
None. |
|
| itemId | globally unique identifier |
None. |
|
| actionType | string |
None. |
|
| permission | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"permissionId": "e5c513ff-49d3-4f12-a841-d50b04485356",
"itemId": "771d8ef6-1975-4e20-8e8b-cc04559cf634",
"actionType": "sample string 3",
"permission": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.