POST DMS/RemoveSharedAccess

Request Information

URI Parameters

None.

Body Parameters

DMSDocumentSharedDTO
NameDescriptionTypeAdditional information
DocumentAccessId

integer

None.

DocumentId

integer

None.

UserId

integer

None.

EmployeeName

string

None.

Email

string

None.

UserGroupId

Collection of integer

None.

UserGroupNames

string

None.

levelId

integer

None.

LevelName

string

None.

RegionId

Collection of integer

None.

RegionNames

string

None.

VerticalIds

Collection of integer

None.

VerticalNames

string

None.

ProjectId

Collection of integer

None.

ProjectNames

string

None.

FunctionId

Collection of integer

None.

FunctionNames

string

None.

PositionId

integer

None.

PositionNames

string

None.

SharedById

integer

None.

SharedByName

string

None.

SharedOn

date

None.

SharedOnString

string

None.

AccessType

string

None.

SharedType

string

None.

CountViewAccess

integer

None.

CountUploadAccess

integer

None.

Edit

boolean

None.

AddKeyword

boolean

None.

RemoveKeyword

boolean

None.

Share

boolean

None.

RevokeShare

boolean

None.

View

boolean

None.

Download

boolean

None.

Upload

boolean

None.

ProcessRequest

boolean

None.

DownloadHistory

boolean

None.

AddReference

boolean

None.

DeleteReference

boolean

None.

DeleteDocument

boolean

None.

DeleteDocumentVersion

boolean

None.

ChangeCreator

boolean

None.

NoAccess

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentAccessId": 1,
  "DocumentId": 2,
  "UserId": 1,
  "EmployeeName": "sample string 3",
  "Email": "sample string 4",
  "UserGroupId": [
    1,
    1
  ],
  "UserGroupNames": "sample string 5",
  "levelId": 1,
  "LevelName": "sample string 6",
  "RegionId": [
    1,
    1
  ],
  "RegionNames": "sample string 7",
  "VerticalIds": [
    1,
    1
  ],
  "VerticalNames": "sample string 8",
  "ProjectId": [
    1,
    1
  ],
  "ProjectNames": "sample string 9",
  "FunctionId": [
    1,
    1
  ],
  "FunctionNames": "sample string 10",
  "PositionId": 1,
  "PositionNames": "sample string 11",
  "SharedById": 12,
  "SharedByName": "sample string 13",
  "SharedOn": "2024-11-15T11:37:14.6027507+05:30",
  "SharedOnString": "sample string 15",
  "AccessType": "sample string 16",
  "SharedType": "sample string 17",
  "CountViewAccess": 18,
  "CountUploadAccess": 19,
  "Edit": true,
  "AddKeyword": true,
  "RemoveKeyword": true,
  "Share": true,
  "RevokeShare": true,
  "View": true,
  "Download": true,
  "Upload": true,
  "ProcessRequest": true,
  "DownloadHistory": true,
  "AddReference": true,
  "DeleteReference": true,
  "DeleteDocument": true,
  "DeleteDocumentVersion": true,
  "ChangeCreator": true,
  "NoAccess": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.