GET api/OptimalHealthv2/Country?cardNo={cardNo}&memberControlNo={memberControlNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardNo | string |
None. |
|
| memberControlNo | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ActionalSCApiResponseOfActionalSCApiCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | string |
None. |
|
| message | string |
None. |
|
| data | Collection of ActionalSCApiCountry |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"code": "sample string 2",
"message": "sample string 3",
"data": [
{
"country_id": "sample string 1",
"country_name": "sample string 2",
"abbreviation": "sample string 3",
"region_id": "sample string 4"
},
{
"country_id": "sample string 1",
"country_name": "sample string 2",
"abbreviation": "sample string 3",
"region_id": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<ActionalSCApiResponseOfActionalSCApiCountrybuEKAbjT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Models.Objects">
<code>sample string 2</code>
<data>
<ActionalSCApiCountry>
<abbreviation>sample string 3</abbreviation>
<country_id>sample string 1</country_id>
<country_name>sample string 2</country_name>
<region_id>sample string 4</region_id>
</ActionalSCApiCountry>
<ActionalSCApiCountry>
<abbreviation>sample string 3</abbreviation>
<country_id>sample string 1</country_id>
<country_name>sample string 2</country_name>
<region_id>sample string 4</region_id>
</ActionalSCApiCountry>
</data>
<message>sample string 3</message>
<success>true</success>
</ActionalSCApiResponseOfActionalSCApiCountrybuEKAbjT>
