GET api/Compute/TraineeAnyPeriodTotal

Request Information

URI Parameters

None.

Body Parameters

TraineeTotalDTO
NameDescriptionTypeAdditional information
sDate

date

None.

eDate

date

None.

uid

integer

None.

appid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sDate": "2025-04-29T10:06:01.6147967-06:00",
  "eDate": "2025-04-29T10:06:01.6147967-06:00",
  "uid": 3,
  "appid": 4
}

text/html

Sample:
{"sDate":"2025-04-29T10:06:01.6147967-06:00","eDate":"2025-04-29T10:06:01.6147967-06:00","uid":3,"appid":4}

application/xml, text/xml

Sample:
<TraineeTotalDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._BOL">
  <appid>4</appid>
  <eDate>2025-04-29T10:06:01.6147967-06:00</eDate>
  <sDate>2025-04-29T10:06:01.6147967-06:00</sDate>
  <uid>3</uid>
</TraineeTotalDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

uspWDTFZComputeTraineeTrainingDollarsReceiveDuringPeriodAndTheMaxTier_Result
NameDescriptionTypeAdditional information
TotalTraining

decimal number

None.

Tier

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalTraining": 1.0,
  "Tier": 1
}

text/html

Sample:
{"TotalTraining":1.0,"Tier":1}

application/xml, text/xml

Sample:
<uspWDTFZComputeTraineeTrainingDollarsReceiveDuringPeriodAndTheMaxTier_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <Tier>1</Tier>
  <TotalTraining>1</TotalTraining>
</uspWDTFZComputeTraineeTrainingDollarsReceiveDuringPeriodAndTheMaxTier_Result>