GET api/private/SharedServices/GetCountyById/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Domain.Postal.PostalCountyName | Description | Type | Additional information |
---|---|---|---|
CountyId | integer |
None. |
|
CountyName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CountyId": 1, "CountyName": "sample string 2" }
text/xml
Sample:
<PostalCounty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Postal"> <CountyId>1</CountyId> <CountyName>sample string 2</CountyName> </PostalCounty>