POST services/api/v1/Get_StateListByCountry

Request Information

URI Parameters

None.

Body Parameters

BasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

ItemTypeId

integer

None.

CAType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "ItemTypeId": 4,
  "CAType": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of State_Master
NameDescriptionTypeAdditional information
Id

integer

None.

NationId

integer

None.

StateCode

string

None.

Description

string

None.

CountryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "NationId": 2,
    "StateCode": "sample string 3",
    "Description": "sample string 4",
    "CountryName": "sample string 5"
  },
  {
    "Id": 1,
    "NationId": 2,
    "StateCode": "sample string 3",
    "Description": "sample string 4",
    "CountryName": "sample string 5"
  }
]