POST api/Query/Return_Emplid

Request Information

URI Parameters

None.

Body Parameters

RETURN_EMPLID_Params
NameDescriptionTypeAdditional information
ISVALID

string

None.

BRNHCD

string

None.

POSI1

string

None.

POSI2

string

None.

POSI3

string

None.

POSI4

string

None.

TYPE

string

None.

AUTH

Auth_Params

None.

Request Formats

application/json, text/json

Sample:
{
  "ISVALID": "sample string 1",
  "BRNHCD": "sample string 2",
  "POSI1": "sample string 3",
  "POSI2": "sample string 4",
  "POSI3": "sample string 5",
  "POSI4": "sample string 6",
  "TYPE": "sample string 7",
  "AUTH": {
    "AUTH_KEY": "sample string 1"
  }
}

application/xml, text/xml

Sample:
<RETURN_EMPLID_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSStoreService.Models.Params">
  <AUTH>
    <AUTH_KEY>sample string 1</AUTH_KEY>
  </AUTH>
  <BRNHCD>sample string 2</BRNHCD>
  <ISVALID>sample string 1</ISVALID>
  <POSI1>sample string 3</POSI1>
  <POSI2>sample string 4</POSI2>
  <POSI3>sample string 5</POSI3>
  <POSI4>sample string 6</POSI4>
  <TYPE>sample string 7</TYPE>
</RETURN_EMPLID_Params>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDTOOfDataSet
NameDescriptionTypeAdditional information
Result

boolean

None.

Message

string

None.

Data

DataSet

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "Data": null
}

application/xml, text/xml

Sample:
<ResultDTOOfDataSetymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSStoreService.Models.DTO">
  <Data i:nil="true" />
  <Message>sample string 2</Message>
  <Result>true</Result>
</ResultDTOOfDataSetymujubN2>