POST api/UserDocument/Details
Request Information
URI Parameters
None.
Body Parameters
UserDocuments| Name | Description | Type | Additional information |
|---|---|---|---|
| DocId | integer |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| DocumentName | string |
None. |
|
| DocsFileBytestring | string |
None. |
|
| DocsPath | string |
None. |
|
| folderpath | string |
None. |
|
| UserType | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| CertifiStatus | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| image | Collection of byte |
None. |
|
| imageexten | string |
None. |
|
| EmpBranch | string |
None. |
|
| EmployeeName | string |
None. |
|
| EmployeeCode | string |
None. |
|
| NoOfDocument | string |
None. |
|
| WorkingFlag | string |
None. |
|
| FANCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocId": 1,
"UserId": 2,
"UserName": "sample string 3",
"DocumentName": "sample string 4",
"DocsFileBytestring": "sample string 5",
"DocsPath": "sample string 6",
"folderpath": "sample string 7",
"UserType": 8,
"UpdatedBy": 9,
"UpdatedDate": "2026-01-12T03:34:57.7265902+05:30",
"CertifiStatus": "sample string 11",
"CreatedBy": 12,
"CreatedDate": "2026-01-12T03:34:57.7265902+05:30",
"image": "QEA=",
"imageexten": "sample string 14",
"EmpBranch": "sample string 15",
"EmployeeName": "sample string 16",
"EmployeeCode": "sample string 17",
"NoOfDocument": "sample string 18",
"WorkingFlag": "sample string 19",
"FANCode": "sample string 20"
}
application/xml, text/xml
Sample:
<UserDocuments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceWrapperAPI.Models"> <CertifiStatus>sample string 11</CertifiStatus> <CreatedBy>12</CreatedBy> <CreatedDate>2026-01-12T03:34:57.7265902+05:30</CreatedDate> <DocId>1</DocId> <DocsFileBytestring>sample string 5</DocsFileBytestring> <DocsPath>sample string 6</DocsPath> <DocumentName>sample string 4</DocumentName> <EmpBranch>sample string 15</EmpBranch> <EmployeeCode>sample string 17</EmployeeCode> <EmployeeName>sample string 16</EmployeeName> <FANCode>sample string 20</FANCode> <NoOfDocument>sample string 18</NoOfDocument> <UpdatedBy>9</UpdatedBy> <UpdatedDate>2026-01-12T03:34:57.7265902+05:30</UpdatedDate> <UserId>2</UserId> <UserName>sample string 3</UserName> <UserType>8</UserType> <WorkingFlag>sample string 19</WorkingFlag> <folderpath>sample string 7</folderpath> <image>QEA=</image> <imageexten>sample string 14</imageexten> </UserDocuments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| status | string |
None. |
|
| content | string |
None. |
|
| reference_id | string |
None. |
|
| Refference_No | string |
None. |
|
| FilePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"Message": "sample string 2",
"ID": 3,
"status": "sample string 4",
"content": "sample string 5",
"reference_id": "sample string 6",
"Refference_No": "sample string 7",
"FilePath": "sample string 8"
}
application/xml, text/xml
Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LIBRARY"> <FilePath>sample string 8</FilePath> <ID>3</ID> <Message>sample string 2</Message> <Refference_No>sample string 7</Refference_No> <code>1</code> <content>sample string 5</content> <reference_id>sample string 6</reference_id> <status>sample string 4</status> </ResponseMessage>