GET api/Common/GetCountryWithId

Get country with country Id

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GenericResponseListOfCountryWithIdDTO
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

UserStatus

string

None.

Data

Collection of CountryWithIdDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "userStatus": "sample string 3",
  "data": [
    {
      "id": 1,
      "countryName": "sample string 2"
    },
    {
      "id": 1,
      "countryName": "sample string 2"
    }
  ]
}