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