GET api/County

Get a list of all the counties

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of uspWDTFLuCountySelectAll_Result
NameDescriptionTypeAdditional information
CountyID

integer

None.

CountyName

string

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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