POST api/vk/captcha-resolve

vk captcha.resolve

Request Information

URI Parameters

None.

Body Parameters

VkPagesGetTitlesRequest

VkCaptchaResolveRequest
NameDescriptionTypeAdditional information
uid

vk export catalog uid

globally unique identifier

None.

key

vk captcha key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "uid": "bc56de5f-6d4e-4682-b02e-ec942f2f52af",
  "key": "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 'VkCaptchaResolveRequest'.

application/xml, text/xml

Sample:
<digiseller.vk.captcha.resolve.request>
  <uid>bc56de5f-6d4e-4682-b02e-ec942f2f52af</uid>
  <key>sample string 2</key>
</digiseller.vk.captcha.resolve.request>

Response Information

Resource Description

VkExportCatalog.Uid

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.