POST api/FaaCaptcha
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Captcha| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ImageData | string |
None. |
|
| Result | string |
None. |
|
| CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"ImageData": "sample string 2",
"Result": "sample string 3",
"CreateDate": "2026-05-13T17:39:13.1279836-05:00"
}
application/xml, text/xml
Sample:
<Captcha xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FAACaptchaApi.Dao"> <CreateDate>2026-05-13T17:39:13.1279836-05:00</CreateDate> <ID>1</ID> <ImageData>sample string 2</ImageData> <Result>sample string 3</Result> </Captcha>