POST api/HRMS?mode={mode}&key={key}&isAttendance={isAttendance}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mode

string

Required

key

string

Default value is

isAttendance

boolean

Default value is False

Body Parameters

employee
NameDescriptionTypeAdditional information
Id

integer

None.

Email

string

None.

Password

string

None.

Role

string

None.

Name

string

None.

DOB

string

None.

Joiningdate

string

None.

Position

string

None.

JD

string

None.

Phone

string

None.

SecondaryPhone

string

None.

EmergenecyPhone

string

None.

Address

string

None.

TemporaryAddress

string

None.

EmployeeInfo

string

None.

EmployerRemarks

string

None.

AccountNumber

string

None.

IFSC

string

None.

BankName

string

None.

Aadhar

string

None.

PAN

string

None.

IsActive

string

None.

IsDeleted

string

None.

checkinId

string

None.

EmpId

string

None.

checkIn

string

None.

checkOut

string

None.

WFH

string

None.

HalfDay

string

None.

Status

string

None.

selectedDate

string

None.

TotalTime

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Email": "sample string 2",
  "Password": "sample string 3",
  "Role": "sample string 4",
  "Name": "sample string 5",
  "DOB": "sample string 6",
  "Joiningdate": "sample string 7",
  "Position": "sample string 8",
  "JD": "sample string 9",
  "Phone": "sample string 10",
  "SecondaryPhone": "sample string 11",
  "EmergenecyPhone": "sample string 12",
  "Address": "sample string 13",
  "TemporaryAddress": "sample string 14",
  "EmployeeInfo": "sample string 15",
  "EmployerRemarks": "sample string 16",
  "AccountNumber": "sample string 17",
  "IFSC": "sample string 18",
  "BankName": "sample string 19",
  "Aadhar": "sample string 20",
  "PAN": "sample string 21",
  "IsActive": "sample string 22",
  "IsDeleted": "sample string 23",
  "checkinId": "sample string 24",
  "EmpId": "sample string 25",
  "checkIn": "sample string 26",
  "checkOut": "sample string 27",
  "WFH": "sample string 28",
  "HalfDay": "sample string 29",
  "Status": "sample string 30",
  "selectedDate": "sample string 31",
  "TotalTime": "sample string 32"
}

application/xml, text/xml

Sample:
<employee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApp.Models">
  <Aadhar>sample string 20</Aadhar>
  <AccountNumber>sample string 17</AccountNumber>
  <Address>sample string 13</Address>
  <BankName>sample string 19</BankName>
  <DOB>sample string 6</DOB>
  <Email>sample string 2</Email>
  <EmergenecyPhone>sample string 12</EmergenecyPhone>
  <EmpId>sample string 25</EmpId>
  <EmployeeInfo>sample string 15</EmployeeInfo>
  <EmployerRemarks>sample string 16</EmployerRemarks>
  <HalfDay>sample string 29</HalfDay>
  <IFSC>sample string 18</IFSC>
  <Id>1</Id>
  <IsActive>sample string 22</IsActive>
  <IsDeleted>sample string 23</IsDeleted>
  <JD>sample string 9</JD>
  <Joiningdate>sample string 7</Joiningdate>
  <Name>sample string 5</Name>
  <PAN>sample string 21</PAN>
  <Password>sample string 3</Password>
  <Phone>sample string 10</Phone>
  <Position>sample string 8</Position>
  <Role>sample string 4</Role>
  <SecondaryPhone>sample string 11</SecondaryPhone>
  <Status>sample string 30</Status>
  <TemporaryAddress>sample string 14</TemporaryAddress>
  <TotalTime>sample string 32</TotalTime>
  <WFH>sample string 28</WFH>
  <checkIn>sample string 26</checkIn>
  <checkOut>sample string 27</checkOut>
  <checkinId>sample string 24</checkinId>
  <selectedDate>sample string 31</selectedDate>
</employee>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DataTable
NameDescriptionTypeAdditional information
CaseSensitive

boolean

None.

IsInitialized

boolean

None.

RemotingFormat

SerializationFormat

None.

ChildRelations

Collection of Object

None.

Columns

Collection of Object

None.

Constraints

Collection of Object

None.

DataSet

DataSet

None.

DefaultView

Collection of Object

None.

DisplayExpression

string

None.

ExtendedProperties

Dictionary of Object [key] and Object [value]

None.

HasErrors

boolean

None.

Locale

CultureInfo

None.

MinimumCapacity

integer

None.

ParentRelations

Collection of Object

None.

PrimaryKey

Collection of DataColumn

None.

Rows

Collection of Object

None.

TableName

string

None.

Namespace

string

None.

Prefix

string

None.

Site

ISite

None.

Container

IContainer

None.

DesignMode

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.