POST api/registration/AllowedCountries
Return list of countries which possible to choose for current user
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "email": "sample string 1" }
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
CountryId |
Country Id |
integer |
None. |
Name |
Country Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "countryId": 1, "name": "sample string 2" }, { "countryId": 1, "name": "sample string 2" } ]