GET api/District/{id}
Documentation for 'GetDistrict'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "DistrictId": 1, "Name": "sample string 2" }
application/xml, text/xml
Sample:
<District xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <DistrictId>1</DistrictId> <Name>sample string 2</Name> </District>