GET api/County/{id}

Get a single county

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

id of the county

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFLuCountySelectByID_Result
NameDescriptionTypeAdditional information
CountyID

integer

None.

CountyName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CountyID": 1,
  "CountyName": "sample string 2"
}

text/html

Sample:
{"CountyID":1,"CountyName":"sample string 2"}

application/xml, text/xml

Sample:
<uspWDTFLuCountySelectByID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <CountyID>1</CountyID>
  <CountyName>sample string 2</CountyName>
</uspWDTFLuCountySelectByID_Result>