PUT api/Forms/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Form
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

String length: inclusive between 0 and 255

OrganisationId

integer

None.

SourceDatabaseId

integer

None.

SourceTableId

integer

None.

DatabaseId

integer

None.

TableId

integer

None.

DataEntityId

integer

None.

DataEntityStructureId

integer

None.

SourceOrganisationId

integer

None.

SourceDataEntityId

integer

None.

SourceDataEntityStructureId

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

UnmatchedCount

integer

None.

LastMatchDate

date

None.

MappingTableInd

boolean

None.

IsProcessing

boolean

None.

SourceTable

Table

None.

Table

Table

None.

SourceDataEntity

DataEntity

None.

DataEntity

DataEntity

None.

SourceDataEntityStructure

DataEntityStructure

None.

DataEntityStructure

DataEntityStructure

None.

HasAccess

boolean

None.

DatabaseName

string

None.

FormFields

Collection of FormField

None.

FormFilters

Collection of FormFilter

None.

FormLogistics

Collection of FormLogistic

None.

UserFormRoles

Collection of UserFormRole

None.

FormMatchingFields

Collection of FormMatchingField

None.

FormCustomEvents

Collection of FormCustomEvent

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'Schema' on 'DOMatchings.WebAPI.Models.DataEntityStructure'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'Schema' on 'DOMatchings.WebAPI.Models.DataEntityStructure'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'DOMatchings.WebAPI.Models.DataEntityStructureField' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'DOMatchings.WebAPI.Models.DataEntityStructureField' contains cycles and cannot be serialized if reference tracking is disabled.

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 'Form'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.