GET api/Employee/GetEmpSancharakList/{empid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSancharakList_Result
NameDescriptionTypeAdditional information
centname

string

None.

asid

integer

None.

id

string

None.

empid

string

None.

fullname

string

None.

status

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centname": "sample string 1",
    "asid": 2,
    "id": "sample string 3",
    "empid": "sample string 4",
    "fullname": "sample string 5",
    "status": 1
  },
  {
    "centname": "sample string 1",
    "asid": 2,
    "id": "sample string 3",
    "empid": "sample string 4",
    "fullname": "sample string 5",
    "status": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSancharakList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetSancharakList_Result>
    <asid>2</asid>
    <centname>sample string 1</centname>
    <empid>sample string 4</empid>
    <fullname>sample string 5</fullname>
    <id>sample string 3</id>
    <status>1</status>
  </GetSancharakList_Result>
  <GetSancharakList_Result>
    <asid>2</asid>
    <centname>sample string 1</centname>
    <empid>sample string 4</empid>
    <fullname>sample string 5</fullname>
    <id>sample string 3</id>
    <status>1</status>
  </GetSancharakList_Result>
</ArrayOfGetSancharakList_Result>