GET api/JankariPortal/DistrictList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of District| Name | Description | Type | Additional information |
|---|---|---|---|
| dtid | integer |
None. |
|
| stname | string |
None. |
|
| dtname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"dtid": 1,
"stname": "sample string 2",
"dtname": "sample string 3"
},
{
"dtid": 1,
"stname": "sample string 2",
"dtname": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfDistrict xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<District>
<dtid>1</dtid>
<dtname>sample string 3</dtname>
<stname>sample string 2</stname>
</District>
<District>
<dtid>1</dtid>
<dtname>sample string 3</dtname>
<stname>sample string 2</stname>
</District>
</ArrayOfDistrict>