GET allstates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StateId | integer |
None. |
|
| CountryCode | string |
None. |
|
| StateCode | string |
None. |
|
| StateName | string |
None. |
|
| IsActive | boolean |
None. |
|
| InsDtm | date |
None. |
|
| UpdtDtm | date |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"StateId": 1,
"CountryCode": "sample string 1",
"StateCode": "sample string 2",
"StateName": "sample string 3",
"IsActive": true,
"InsDtm": "2025-12-14T12:30:30.3703732+00:00",
"UpdtDtm": "2025-12-14T12:30:30.3703732+00:00"
},
{
"StateId": 1,
"CountryCode": "sample string 1",
"StateCode": "sample string 2",
"StateName": "sample string 3",
"IsActive": true,
"InsDtm": "2025-12-14T12:30:30.3703732+00:00",
"UpdtDtm": "2025-12-14T12:30:30.3703732+00:00"
}
]