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
CaptchaName | 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": "2025-08-07T20:10:49.8201441-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>2025-08-07T20:10:49.8201441-05:00</CreateDate> <ID>1</ID> <ImageData>sample string 2</ImageData> <Result>sample string 3</Result> </Captcha>