POST api/ExternalAPI/UnProtectSheet
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pObj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ProjectId": "sample string 2",
"LockByUser": "sample string 3",
"SheetName": "sample string 4",
"DocumentId": "sample string 5",
"TimeStamp": "2026-06-10T16:23:35.5013492+05:30",
"Status": 1,
"UpdatedShtName": "sample string 7",
"LastModifiedBy": "sample string 8"
}
application/xml, text/xml
Sample:
<ExcelLockSts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models"> <DocumentId>sample string 5</DocumentId> <Id>sample string 1</Id> <LastModifiedBy>sample string 8</LastModifiedBy> <LockByUser>sample string 3</LockByUser> <ProjectId>sample string 2</ProjectId> <SheetName>sample string 4</SheetName> <Status>Lock</Status> <TimeStamp>2026-06-10T16:23:35.5013492+05:30</TimeStamp> <UpdatedShtName>sample string 7</UpdatedShtName> </ExcelLockSts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.