POST rest/QueryLand/sendValidateEmail

Request Information

URI Parameters

None.

Body Parameters

ValidThing
NameDescriptionTypeAdditional information
applyMail

string

None.

vid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "applyMail": "sample string 1",
  "vid": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfBoolean
NameDescriptionTypeAdditional information
ErrorMsg

string

None.

isSuccess

boolean

None.

Result

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMsg": "sample string 1",
  "isSuccess": true,
  "Result": true
}

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"ErrorMsg":"sample string 1","isSuccess":true,"Result":true});