POST api/VisualFormDesigner/ConvertJsonToDataTable

Request Information

URI Parameters

None.

Body Parameters

ReqVisualFormDesigner
NameDescriptionTypeAdditional information
formType

integer

None.

formCategory

integer

None.

formLocation

integer

None.

formDependencyLevel

integer

None.

orderBy

string

None.

orderDirection

string

None.

formId

integer

None.

json

string

None.

childFormID

integer

None.

relationship

string

None.

companyID

integer

None.

defaultFields

boolean

None.

dropdownName

string

None.

FormData

string

None.

ModifiedBy

string

None.

FormDetails

string

None.

categoryId

integer

None.

tablename

string

None.

imageBase64

string

None.

filepath

string

None.

CopyformRequest

string

None.

IsAvailablefields

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "formType": 1,
  "formCategory": 2,
  "formLocation": 3,
  "formDependencyLevel": 4,
  "orderBy": "sample string 5",
  "orderDirection": "sample string 6",
  "formId": 7,
  "json": "sample string 8",
  "childFormID": 9,
  "relationship": "sample string 10",
  "companyID": 11,
  "defaultFields": true,
  "dropdownName": "sample string 13",
  "FormData": "sample string 14",
  "ModifiedBy": "sample string 15",
  "FormDetails": "sample string 16",
  "categoryId": 17,
  "tablename": "sample string 18",
  "imageBase64": "sample string 19",
  "filepath": "sample string 20",
  "CopyformRequest": "sample string 21",
  "IsAvailablefields": true
}

application/xml, text/xml

Sample:
<ReqVisualFormDesigner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSI.Cx360.WebAPI.Controllers">
  <CopyformRequest>sample string 21</CopyformRequest>
  <FormData>sample string 14</FormData>
  <FormDetails>sample string 16</FormDetails>
  <IsAvailablefields>true</IsAvailablefields>
  <ModifiedBy>sample string 15</ModifiedBy>
  <categoryId>17</categoryId>
  <childFormID>9</childFormID>
  <companyID>11</companyID>
  <defaultFields>true</defaultFields>
  <dropdownName>sample string 13</dropdownName>
  <filepath>sample string 20</filepath>
  <formCategory>2</formCategory>
  <formDependencyLevel>4</formDependencyLevel>
  <formId>7</formId>
  <formLocation>3</formLocation>
  <formType>1</formType>
  <imageBase64>sample string 19</imageBase64>
  <json>sample string 8</json>
  <orderBy>sample string 5</orderBy>
  <orderDirection>sample string 6</orderDirection>
  <relationship>sample string 10</relationship>
  <tablename>sample string 18</tablename>
</ReqVisualFormDesigner>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReqVisualFormDesigner'.

Response Information

Resource Description

DataTable
NameDescriptionTypeAdditional information
CaseSensitive

boolean

None.

IsInitialized

boolean

None.

RemotingFormat

SerializationFormat

None.

ChildRelations

Collection of Object

None.

Columns

Collection of Object

None.

Constraints

Collection of Object

None.

DataSet

DataSet

None.

DefaultView

Collection of Object

None.

DisplayExpression

string

None.

ExtendedProperties

Dictionary of Object [key] and Object [value]

None.

HasErrors

boolean

None.

Locale

CultureInfo

None.

MinimumCapacity

integer

None.

ParentRelations

Collection of Object

None.

PrimaryKey

Collection of DataColumn

None.

Rows

Collection of Object

None.

TableName

string

None.

Namespace

string

None.

Prefix

string

None.

Site

ISite

None.

Container

IContainer

None.

DesignMode

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.