POST api/Captcha/PostValue

Documentation for 'PostValue'.

Request Information

Parameters

NameDescriptionAdditional information
captcha
Documentation for 'captcha'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "capText": "sample string 1",
  "capEncryptedKey": "sample string 2"
}

application/xml, text/xml

Sample:
<CaptchaDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CapText>sample string 1</CapText>
  <CapEncryptedKey>sample string 2</CapEncryptedKey>
</CaptchaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.