POST api/LPA/LoaderList

Request Information

URI Parameters

None.

Body Parameters

LPASvcLoaderListReqMDL
NameDescriptionTypeAdditional information
empId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "empId": 1
}

application/xml, text/xml

Sample:
<LPASvcLoaderListReqMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA">
  <empId>1</empId>
</LPASvcLoaderListReqMDL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResultOfListOfLPASvcLoaderListMDL
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

Collection of LPASvcLoaderListMDL

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": [
    {
      "loaderId": 1,
      "loaderName": "sample string 2"
    },
    {
      "loaderId": 1,
      "loaderName": "sample string 2"
    }
  ],
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<ServiceResultOfArrayOfLPASvcLoaderListMDLPA_Pn3Wau xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA">
    <d2p1:LPASvcLoaderListMDL>
      <d2p1:loaderId>1</d2p1:loaderId>
      <d2p1:loaderName>sample string 2</d2p1:loaderName>
    </d2p1:LPASvcLoaderListMDL>
    <d2p1:LPASvcLoaderListMDL>
      <d2p1:loaderId>1</d2p1:loaderId>
      <d2p1:loaderName>sample string 2</d2p1:loaderName>
    </d2p1:LPASvcLoaderListMDL>
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>5</TotalCount>
  <status>4</status>
</ServiceResultOfArrayOfLPASvcLoaderListMDLPA_Pn3Wau>