GET api/State/GetStatesByStateId?StateId={StateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
State| Name | Description | Type | Additional information |
|---|---|---|---|
| State_Id | integer |
None. |
|
| Name | string |
None. |
|
| Country_Id | string |
None. |
|
| CountryName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"State_Id": 1,
"Name": "sample string 2",
"Country_Id": "sample string 3",
"CountryName": "sample string 4"
}
application/octet-stream
Sample:
{"$id":"1","State_Id":1,"Name":"sample string 2","Country_Id":"sample string 3","CountryName":"sample string 4"}