GET api/ResizeFlag?countryCode2={countryCode2}&maxWidth={maxWidth}&maxHeight={maxHeight}
Get any already existing country/nationality flag image with an appropriate width and height by keeping image dimensions aspect ratio. <p> This API is public and need no Authorization </p><p>The resized image will be returned as an attachment within the response.</p><p>All images are in png format.</p>
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryCode2 |
Obligatory. The NATIONALITY_CODE2 value of the country |
string |
Required |
| maxWidth |
Target image width |
integer |
Required |
| maxHeight |
Target image height |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
