PUT api/v1/hR_DocumentUpload/{documentUploadId}/documentUploadId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentUploadId | integer |
Required |
Body Parameters
HR_DocumentUploadVM| Name | Description | Type | Additional information |
|---|---|---|---|
| documentUploadId | integer |
None. |
|
| documentTypeId | integer |
None. |
|
| fileName | string |
None. |
|
| fileType | string |
None. |
|
| fileExtention | string |
None. |
|
| fileLink | string |
None. |
|
| fileData | Collection of byte |
None. |
|
| targetId | integer |
None. |
|
| description | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| isDocumentVerified | boolean |
None. |
|
| isAdmitted | boolean |
None. |
|
| dateAdmitted | date |
None. |
|
| studentId | integer |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"documentUploadId": 1,
"documentTypeId": 1,
"fileName": "sample string 2",
"fileType": "sample string 3",
"fileExtention": "sample string 4",
"fileLink": "sample string 5",
"fileData": "QEA=",
"targetId": 1,
"description": "sample string 6",
"tenantId": 1,
"dateCreated": "2025-10-27T09:28:14.6228797-07:00",
"isDocumentVerified": true,
"isAdmitted": true,
"dateAdmitted": "2025-10-27T09:28:14.6228797-07:00",
"studentId": 1,
"createdBy": 7
}
application/xml, text/xml
Sample:
<HR_DocumentUploadVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>7</createdBy> <dateAdmitted>2025-10-27T09:28:14.6228797-07:00</dateAdmitted> <dateCreated>2025-10-27T09:28:14.6228797-07:00</dateCreated> <description>sample string 6</description> <documentTypeId>1</documentTypeId> <documentUploadId>1</documentUploadId> <fileData>QEA=</fileData> <fileExtention>sample string 4</fileExtention> <fileLink>sample string 5</fileLink> <fileName>sample string 2</fileName> <fileType>sample string 3</fileType> <isAdmitted>true</isAdmitted> <isDocumentVerified>true</isDocumentVerified> <studentId>1</studentId> <targetId>1</targetId> <tenantId>1</tenantId> </HR_DocumentUploadVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.