GET api/VerificationStandingWC/MostRecentByApplication/{id}

Get the most recent record by application id based on the CheckDate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFVerificationStandingWCSelectMostRecentByApplicationID_Result
NameDescriptionTypeAdditional information
Id

integer

None.

BusinessID

integer

None.

ApplicationID

integer

None.

CheckDate

date

None.

Standing

integer

None.

Notes

string

None.

InsertBy

integer

None.

InsertDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BusinessID": 2,
  "ApplicationID": 1,
  "CheckDate": "2025-04-29T10:00:01.6007086-06:00",
  "Standing": 1,
  "Notes": "sample string 3",
  "InsertBy": 4,
  "InsertDate": "2025-04-29T10:00:01.6007086-06:00"
}

text/html

Sample:
{"Id":1,"BusinessID":2,"ApplicationID":1,"CheckDate":"2025-04-29T10:00:01.6007086-06:00","Standing":1,"Notes":"sample string 3","InsertBy":4,"InsertDate":"2025-04-29T10:00:01.6007086-06:00"}

application/xml, text/xml

Sample:
<uspWDTFVerificationStandingWCSelectMostRecentByApplicationID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <ApplicationID>1</ApplicationID>
  <BusinessID>2</BusinessID>
  <CheckDate>2025-04-29T10:00:01.6007086-06:00</CheckDate>
  <Id>1</Id>
  <InsertBy>4</InsertBy>
  <InsertDate>2025-04-29T10:00:01.6007086-06:00</InsertDate>
  <Notes>sample string 3</Notes>
  <Standing>1</Standing>
</uspWDTFVerificationStandingWCSelectMostRecentByApplicationID_Result>