POST api/getEmployeeByUserLogin

Request Information

URI Parameters

None.

Body Parameters

getEmployeeByUserLoginRequest
NameDescriptionTypeAdditional information
branchCode

string

Required

showAll

string

None.

empNo

string

None.

saleTeam

string

None.

positionName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "branchCode": "sample string 1",
  "showAll": "sample string 2",
  "empNo": "sample string 3",
  "saleTeam": "sample string 4",
  "positionName": "sample string 5"
}

application/xml, text/xml

Sample:
<getEmployeeByUserLoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <branchCode>sample string 1</branchCode>
  <empNo>sample string 3</empNo>
  <positionName>sample string 5</positionName>
  <saleTeam>sample string 4</saleTeam>
  <showAll>sample string 2</showAll>
</getEmployeeByUserLoginRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.