POST api/getBirthdayDisplay

Request Information

URI Parameters

None.

Body Parameters

LoginModel
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

userId

string

None.

userType

string

None.

companyCode

string

None.

branchCode

string

None.

punchType

string

None.

name

string

None.

email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "userId": "sample string 3",
  "userType": "sample string 4",
  "companyCode": "sample string 5",
  "branchCode": "sample string 6",
  "punchType": "sample string 7",
  "name": "sample string 8",
  "email": "sample string 9"
}

application/xml, text/xml

Sample:
<LoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISolution.Models.EmployeeMaster">
  <branchCode>sample string 6</branchCode>
  <companyCode>sample string 5</companyCode>
  <email>sample string 9</email>
  <name>sample string 8</name>
  <password>sample string 2</password>
  <punchType>sample string 7</punchType>
  <userId>sample string 3</userId>
  <userName>sample string 1</userName>
  <userType>sample string 4</userType>
</LoginModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />