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": "9c54dbfd-16a7-496c-aa27-d65c13919b78",
  "key": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<digiseller.vk.captcha.resolve.request>
  <uid>9c54dbfd-16a7-496c-aa27-d65c13919b78</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.