GET api/captcha/Get?hash={hash}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hash | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetCaptchaResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Corretto | boolean |
None. |
|
| Origine | string |
None. |
|
| Testo | string |
None. |
|
| Richiami | integer |
None. |
|
| Err | boolean |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Corretto": true,
"Origine": "sample string 2",
"Testo": "sample string 3",
"Richiami": 4,
"Err": true,
"ErrorMessage": "sample string 5"
}
application/xml, text/xml
Sample:
<GetCaptchaResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PagoPaApi.Models"> <ErrorMessage>sample string 5</ErrorMessage> <Corretto>true</Corretto> <Origine>sample string 2</Origine> <Richiami>4</Richiami> <Testo>sample string 3</Testo> </GetCaptchaResponseModel>