POST api/getcountrieslist
Request Information
URI Parameters
None.
Body Parameters
RequestParamCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CountryDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Row | integer |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| DutyPct | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Row": 1,
"Id": 2,
"Name": "sample string 3",
"DutyPct": 1.1
},
{
"$ref": "1"
}
]