POST api/Floritrade/DoWriteSql

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

xbool
NameDescriptionTypeAdditional information
value

boolean

None.

description

string

None.

oktext

string

None.

reason

ErrorCode

None.

Response Formats

application/json, text/json

Sample:
{
  "value": true,
  "description": "sample string 2",
  "oktext": "sample string 3",
  "reason": 0
}

application/xml, text/xml

Sample:
<xbool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">
  <description>sample string 2</description>
  <oktext>sample string 3</oktext>
  <reason>none</reason>
  <value>true</value>
</xbool>