GET api/GetFATCA_CRS_JurisdictionList?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfCountryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of CountryModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"COUNTRY_ID": 1,
"COUNTRY_NAME": "sample string 2",
"COUNTRY_ISO_2": "sample string 3",
"COUNTRY_ISO_3": "sample string 4"
},
{
"COUNTRY_ID": 1,
"COUNTRY_NAME": "sample string 2",
"COUNTRY_ISO_2": "sample string 3",
"COUNTRY_ISO_3": "sample string 4"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}