GET api/countryByUser

Get country by user profile

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Country

NameDescriptionTypeAdditional information
CountryId

Country Id

integer

None.

Name

Country Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "countryId": 1,
  "name": "sample string 2"
}