POST api/QMS/SaveManageDocument
Request Information
URI Parameters
None.
Body Parameters
SaveDocumentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | integer |
None. |
|
| LibraryCategoryId | string |
None. |
|
| LibraryTagID | string |
None. |
|
| DocumentCatagoryMasterID | string |
None. |
|
| DocumentCategoryTagMasterID | string |
None. |
|
| YearId | string |
None. |
|
| DocumentTitle | string |
None. |
|
| IsRenewable | boolean |
None. |
|
| NextRenewDate | date |
None. |
|
| ReminderDate | date |
None. |
|
| CompanyUUID | string |
None. |
|
| EmpId | string |
None. |
|
| UploadDocument | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentId": 1,
"LibraryCategoryId": "sample string 1",
"LibraryTagID": "sample string 2",
"DocumentCatagoryMasterID": "sample string 3",
"DocumentCategoryTagMasterID": "sample string 4",
"YearId": "sample string 5",
"DocumentTitle": "sample string 6",
"IsRenewable": true,
"NextRenewDate": "2025-12-06T10:06:16.4389814+05:30",
"ReminderDate": "2025-12-06T10:06:16.4389814+05:30",
"CompanyUUID": "sample string 8",
"EmpId": "sample string 9",
"UploadDocument": "sample string 10"
}
application/xml, text/xml
Sample:
<LibraryController.SaveDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCELQMSAPI.Controllers"> <CompanyUUID>sample string 8</CompanyUUID> <DocumentCatagoryMasterID>sample string 3</DocumentCatagoryMasterID> <DocumentCategoryTagMasterID>sample string 4</DocumentCategoryTagMasterID> <DocumentId>1</DocumentId> <DocumentTitle>sample string 6</DocumentTitle> <EmpId>sample string 9</EmpId> <IsRenewable>true</IsRenewable> <LibraryCategoryId>sample string 1</LibraryCategoryId> <LibraryTagID>sample string 2</LibraryTagID> <NextRenewDate>2025-12-06T10:06:16.4389814+05:30</NextRenewDate> <ReminderDate>2025-12-06T10:06:16.4389814+05:30</ReminderDate> <UploadDocument>sample string 10</UploadDocument> <YearId>sample string 5</YearId> </LibraryController.SaveDocumentRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.