POST AdminApi/Express/CheckCountryIsVaild
Request Information
URI Parameters
None.
Body Parameters
CountryVaildInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| AddressId | globally unique identifier |
None. |
|
| ProductIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryId": 1,
"AddressId": "ca1dfbe9-d5d9-4c37-bdbe-5cbbb37435d3",
"ProductIds": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}