GET api/Countries?parcelTypeId={parcelTypeId}
Get Available countries list for the selected parcel type
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
parcelTypeId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Countries": [ { "CountryId": 1.0, "CountryNameGe": "sample string 2", "CountryNameEn": "sample string 3", "CountryNameRu": "sample string 4", "CountryAB": "sample string 5" }, { "CountryId": 1.0, "CountryNameGe": "sample string 2", "CountryNameEn": "sample string 3", "CountryNameRu": "sample string 4", "CountryAB": "sample string 5" }, { "CountryId": 1.0, "CountryNameGe": "sample string 2", "CountryNameEn": "sample string 3", "CountryNameRu": "sample string 4", "CountryAB": "sample string 5" } ], "Status": { "Code": "sample string 1", "descriptionEn": "sample string 2", "Description": "sample string 3", "descriptionRu": "sample string 4", "message": "sample string 5" } }