POST api/getcountrieslist

Request Information

URI Parameters

None.

Body Parameters

RequestParamCountry
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
  }
]