POST AdminApi/Express/CheckCountryIsVaild

Request Information

URI Parameters

None.

Body Parameters

CountryVaildInfo
NameDescriptionTypeAdditional information
CountryId

integer

None.

AddressId

globally unique identifier

None.

ProductIds

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "AddressId": "4c8c25c0-22c6-439b-939d-0c86568c8fe7",
  "ProductIds": [
    "sample string 1",
    "sample string 2"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CountryVaildInfo'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}