GET api/check_emp_officer?officer={officer}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
officer

string

Required

Body Parameters

None.

Response Information

Resource Description

OfficerResult
NameDescriptionTypeAdditional information
DesignationDataSet

DataSet

None.

OfficerName

string

None.

associate_value

integer

None.

salary_amt

decimal number

None.

branch_id

integer

None.

branch_name

string

None.

designation_id

integer

None.

state_id

integer

None.

state_name

string

None.

zone_id

integer

None.

zone_name

string

None.

district_id

integer

None.

district_name

string

None.

block_id

integer

None.

blocblock_name

string

None.

grampanchayat_id

integer

None.

gram_panchayat_name

string

None.

Thana

string

None.

Tehsil

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DesignationDataSet": null,
  "OfficerName": "sample string 1",
  "associate_value": 2,
  "salary_amt": 3.0,
  "branch_id": 4,
  "branch_name": "sample string 5",
  "designation_id": 6,
  "state_id": 7,
  "state_name": "sample string 8",
  "zone_id": 9,
  "zone_name": "sample string 10",
  "district_id": 11,
  "district_name": "sample string 12",
  "block_id": 13,
  "blocblock_name": "sample string 14",
  "grampanchayat_id": 15,
  "gram_panchayat_name": "sample string 16",
  "Thana": "sample string 17",
  "Tehsil": "sample string 18"
}

application/xml, text/xml

Sample:
<check_emp_officerController.OfficerResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKV_API.Controllers">
  <DesignationDataSet i:nil="true" />
  <OfficerName>sample string 1</OfficerName>
  <Tehsil>sample string 18</Tehsil>
  <Thana>sample string 17</Thana>
  <associate_value>2</associate_value>
  <blocblock_name>sample string 14</blocblock_name>
  <block_id>13</block_id>
  <branch_id>4</branch_id>
  <branch_name>sample string 5</branch_name>
  <designation_id>6</designation_id>
  <district_id>11</district_id>
  <district_name>sample string 12</district_name>
  <gram_panchayat_name>sample string 16</gram_panchayat_name>
  <grampanchayat_id>15</grampanchayat_id>
  <salary_amt>3</salary_amt>
  <state_id>7</state_id>
  <state_name>sample string 8</state_name>
  <zone_id>9</zone_id>
  <zone_name>sample string 10</zone_name>
</check_emp_officerController.OfficerResult>