GET api/EmployeesISPAPSources/GetEmployeesISPAPSources?EmployeeID={EmployeeID}&JobPositionID={JobPositionID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmployeeID

string

None.

JobPositionID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

EmployeesISPAPSources
NameDescriptionTypeAdditional information
EmployeeISPAPSources

Collection of EmployeeISPAPSources

None.

Response Formats

application/xml, text/xml

Sample:
<EmployeesISPAPSources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <EmployeeISPAPSources>
    <EmployeeID>sample string 1</EmployeeID>
    <JobPositionID>sample string 2</JobPositionID>
    <ISPAPSourceID>sample string 3</ISPAPSourceID>
    <ItemNumber>1</ItemNumber>
    <FundingPercent>1</FundingPercent>
    <HRPlan>64</HRPlan>
  </EmployeeISPAPSources>
  <EmployeeISPAPSources>
    <EmployeeID>sample string 1</EmployeeID>
    <JobPositionID>sample string 2</JobPositionID>
    <ISPAPSourceID>sample string 3</ISPAPSourceID>
    <ItemNumber>1</ItemNumber>
    <FundingPercent>1</FundingPercent>
    <HRPlan>64</HRPlan>
  </EmployeeISPAPSources>
</EmployeesISPAPSources>