GET api/Contact/GetCaptcha
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CaptchaDtoName | Description | Type | Additional information |
---|---|---|---|
Image | string |
None. |
|
Text | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Image": "sample string 1", "Text": "sample string 2" }
application/xml, text/xml
Sample:
<CaptchaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipponBLL"> <Image>sample string 1</Image> <Text>sample string 2</Text> </CaptchaDto>