POST api/employee/decryptcountry?psno={psno}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
psno

string

Required

Body Parameters

None.

Response Information

Resource Description

employeeENDE
NameDescriptionTypeAdditional information
present_city

string

None.

birthdate

string

None.

permanent_address

string

None.

present_address_1

string

None.

present_address_2

string

None.

present_address_3

string

None.

present_state

string

None.

present_country

string

None.

cellphone

string

None.

homephone

string

None.

sex

string

None.

maritial_status

string

None.

anniversary_date

string

None.

businessphone

string

None.

blood_group

string

None.

location_descr

string

None.

Response Formats

application/json, text/json

Sample:
{
  "present_city": "sample string 1",
  "birthdate": "sample string 2",
  "permanent_address": "sample string 3",
  "present_address_1": "sample string 4",
  "present_address_2": "sample string 5",
  "present_address_3": "sample string 6",
  "present_state": "sample string 7",
  "present_country": "sample string 8",
  "cellphone": "sample string 9",
  "homephone": "sample string 10",
  "sex": "sample string 11",
  "maritial_status": "sample string 12",
  "anniversary_date": "sample string 13",
  "businessphone": "sample string 14",
  "blood_group": "sample string 15",
  "location_descr": "sample string 16"
}

application/xml, text/xml

Sample:
<employeeENDE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Employee_Master_API.DAO">
  <anniversary_date>sample string 13</anniversary_date>
  <birthdate>sample string 2</birthdate>
  <blood_group>sample string 15</blood_group>
  <businessphone>sample string 14</businessphone>
  <cellphone>sample string 9</cellphone>
  <homephone>sample string 10</homephone>
  <location_descr>sample string 16</location_descr>
  <maritial_status>sample string 12</maritial_status>
  <permanent_address>sample string 3</permanent_address>
  <present_address_1>sample string 4</present_address_1>
  <present_address_2>sample string 5</present_address_2>
  <present_address_3>sample string 6</present_address_3>
  <present_city>sample string 1</present_city>
  <present_country>sample string 8</present_country>
  <present_state>sample string 7</present_state>
  <sex>sample string 11</sex>
</employeeENDE>