GET api/v1/Nationality/GetById?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfNationalityName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of Nationality |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "Id": "2244a781-84d6-4b13-bff4-273ba80f9715", "Name": "sample string 2", "ExternalCode": "sample string 3", "IsoCode": "sample string 4", "IsSepaCountry": true, "IsTurkey": true }, { "Id": "2244a781-84d6-4b13-bff4-273ba80f9715", "Name": "sample string 2", "ExternalCode": "sample string 3", "IsoCode": "sample string 4", "IsSepaCountry": true, "IsTurkey": true } ], "IsShowMessage": true, "IsShowRateAndReview": true }