GET City/Get/{id}

Gets the specified identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

City
NameTypeAdditional informationDescription
ID integer

None.

CountryId integer

None.

Name string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CountryId": 2,
  "Name": "sample string 3"
}