GET api/JankariPortalAdore/GetEmployeeDocument/{empid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetEmployeeDocument_Result
NameDescriptionTypeAdditional information
Edid

integer

None.

empid

string

None.

empname

string

None.

financialyear

string

None.

al

integer

None.

jd

integer

None.

icc

integer

None.

sd

integer

None.

ss

integer

None.

cp

integer

None.

documenttype

string

None.

documentpath

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Edid": 1,
    "empid": "sample string 2",
    "empname": "sample string 3",
    "financialyear": "sample string 4",
    "al": 1,
    "jd": 1,
    "icc": 1,
    "sd": 1,
    "ss": 1,
    "cp": 1,
    "documenttype": "sample string 5",
    "documentpath": "sample string 6"
  },
  {
    "Edid": 1,
    "empid": "sample string 2",
    "empname": "sample string 3",
    "financialyear": "sample string 4",
    "al": 1,
    "jd": 1,
    "icc": 1,
    "sd": 1,
    "ss": 1,
    "cp": 1,
    "documenttype": "sample string 5",
    "documentpath": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetEmployeeDocument_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalAdoreAPI.Models">
  <GetEmployeeDocument_Result>
    <Edid>1</Edid>
    <al>1</al>
    <cp>1</cp>
    <documentpath>sample string 6</documentpath>
    <documenttype>sample string 5</documenttype>
    <empid>sample string 2</empid>
    <empname>sample string 3</empname>
    <financialyear>sample string 4</financialyear>
    <icc>1</icc>
    <jd>1</jd>
    <sd>1</sd>
    <ss>1</ss>
  </GetEmployeeDocument_Result>
  <GetEmployeeDocument_Result>
    <Edid>1</Edid>
    <al>1</al>
    <cp>1</cp>
    <documentpath>sample string 6</documentpath>
    <documenttype>sample string 5</documenttype>
    <empid>sample string 2</empid>
    <empname>sample string 3</empname>
    <financialyear>sample string 4</financialyear>
    <icc>1</icc>
    <jd>1</jd>
    <sd>1</sd>
    <ss>1</ss>
  </GetEmployeeDocument_Result>
</ArrayOfGetEmployeeDocument_Result>