GET api/Merchant/GetFOSParticipationAndListOfPOD?EmpID={EmpID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmpID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfFSTSFOSParticipationAndListOfPOD
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

FSTSFOSParticipationAndListOfPOD

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": {
    "FOSParticipation": [
      {
        "FOS": "sample string 1",
        "MTDTenure": 2,
        "MTDActiveDays": 3,
        "ActivePercentage": "sample string 4"
      },
      {
        "FOS": "sample string 1",
        "MTDTenure": 2,
        "MTDActiveDays": 3,
        "ActivePercentage": "sample string 4"
      }
    ],
    "ListOfPOD": [
      {
        "PODId": 1,
        "PODName": "sample string 2"
      },
      {
        "PODId": 1,
        "PODName": "sample string 2"
      }
    ]
  },
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<ServiceResultOfFSTSFOSParticipationAndListOfPOD_PUa0JunP 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">
    <d2p1:FOSParticipation>
      <d2p1:FSTSFOSParticipationMDL>
        <d2p1:ActivePercentage>sample string 4</d2p1:ActivePercentage>
        <d2p1:FOS>sample string 1</d2p1:FOS>
        <d2p1:MTDActiveDays>3</d2p1:MTDActiveDays>
        <d2p1:MTDTenure>2</d2p1:MTDTenure>
      </d2p1:FSTSFOSParticipationMDL>
      <d2p1:FSTSFOSParticipationMDL>
        <d2p1:ActivePercentage>sample string 4</d2p1:ActivePercentage>
        <d2p1:FOS>sample string 1</d2p1:FOS>
        <d2p1:MTDActiveDays>3</d2p1:MTDActiveDays>
        <d2p1:MTDTenure>2</d2p1:MTDTenure>
      </d2p1:FSTSFOSParticipationMDL>
    </d2p1:FOSParticipation>
    <d2p1:ListOfPOD>
      <d2p1:FTSPODList>
        <d2p1:PODId>1</d2p1:PODId>
        <d2p1:PODName>sample string 2</d2p1:PODName>
      </d2p1:FTSPODList>
      <d2p1:FTSPODList>
        <d2p1:PODId>1</d2p1:PODId>
        <d2p1:PODName>sample string 2</d2p1:PODName>
      </d2p1:FTSPODList>
    </d2p1:ListOfPOD>
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>5</TotalCount>
  <status>4</status>
</ServiceResultOfFSTSFOSParticipationAndListOfPOD_PUa0JunP>