POST api/EmployeeTransaction/EmployeeDocumentMaster

Request Information

URI Parameters

None.

Body Parameters

EmployeeDocumentViewModel
NameDescriptionTypeAdditional information
EmployeeDocumentId

integer

None.

EmployeeId

integer

None.

YearId

integer

None.

CompanyDocsId

integer

None.

CompanyDocsName

string

None.

CompanyDocsCode

string

None.

DocsPath

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

DisplayOrder

integer

None.

CreatedByName

string

None.

ModifyDate

date

None.

ModifyByName

string

None.

ModifyBy

integer

None.

LocalIpAddress

string

None.

IpAddress

string

None.

DbUserAccount

string

None.

RequestType

RequestTypeEnum

None.

ImageFile

HttpPostedFileWrapper

None.

DisplayDocsUplodedDate

string

None.

DocsUplodedDate

date

None.

DocumentTypeId

integer

None.

DocumentTypeName

string

None.

CandidateId

integer

None.

listCompanyDocsId

Collection of string

None.

listEmployeeDocFilePath

Collection of EmployeeDocumentListViewModel

None.

tempListEmployeeDocFilePath

Collection of EmployeeDocumentListViewModel

None.

YearName

integer

None.

CandidateDocumentId

integer

None.

Source

string

None.

CandidateMode

string

None.

FileName

string

None.

FolderPath

string

None.

AppraisalYear

integer

None.

AppraisalTypeId

integer

None.

AppraisalType

string

None.

LstEmployeeDocumentDocsFieldWiseCR

Collection of EmployeeDocumentDocsFieldWiseCR

None.

LstEmployeeDocumentDocsFieldWiseCRString

string

None.

DocumentPathName

string

None.

LstEmployeeDocs

Collection of EmployeeDocumentDocsFieldWiseCR

None.

EncDocsPath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeDocumentId": 1,
  "EmployeeId": 2,
  "YearId": 3,
  "CompanyDocsId": 1,
  "CompanyDocsName": "sample string 4",
  "CompanyDocsCode": "sample string 5",
  "DocsPath": "sample string 6",
  "CreatedDate": "2026-01-07T07:14:04.7776613+05:30",
  "CreatedBy": 1,
  "DisplayOrder": 1,
  "CreatedByName": "sample string 7",
  "ModifyDate": "2026-01-07T07:14:04.7776613+05:30",
  "ModifyByName": "sample string 8",
  "ModifyBy": 1,
  "LocalIpAddress": "sample string 9",
  "IpAddress": "sample string 10",
  "DbUserAccount": "sample string 11",
  "RequestType": 0,
  "ImageFile": null,
  "DisplayDocsUplodedDate": "sample string 12",
  "DocsUplodedDate": "2026-01-07T07:14:04.7776613+05:30",
  "DocumentTypeId": 1,
  "DocumentTypeName": "sample string 13",
  "CandidateId": 1,
  "listCompanyDocsId": [
    "sample string 1",
    "sample string 2"
  ],
  "listEmployeeDocFilePath": [
    {
      "$id": "2",
      "FileName": "sample string 1",
      "FilePath": "sample string 2",
      "DocumentTypeId": 1,
      "CompanyDocsId": 1
    },
    {
      "$ref": "2"
    }
  ],
  "tempListEmployeeDocFilePath": [
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "YearName": 1,
  "CandidateDocumentId": 14,
  "Source": "sample string 15",
  "CandidateMode": "sample string 16",
  "FileName": "sample string 17",
  "FolderPath": "sample string 18",
  "AppraisalYear": 19,
  "AppraisalTypeId": 20,
  "AppraisalType": "sample string 21",
  "LstEmployeeDocumentDocsFieldWiseCR": [
    {
      "$id": "3",
      "DocumentName": "sample string 1",
      "FieldId": 2,
      "FieldName": "sample string 3",
      "LableName": "sample string 4",
      "DocumentPathWraper": null,
      "DocumentPath": "sample string 5"
    },
    {
      "$ref": "3"
    }
  ],
  "LstEmployeeDocumentDocsFieldWiseCRString": "sample string 22",
  "DocumentPathName": "sample string 23",
  "LstEmployeeDocs": [
    {
      "$ref": "3"
    },
    {
      "$ref": "3"
    }
  ],
  "EncDocsPath": "sample string 24"
}

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.