POST api/FormFieldDatas/PostFormFieldData

Request Information

URI Parameters

None.

Body Parameters

FormFieldDataModel
NameDescriptionTypeAdditional information
ID

integer

None.

FormID

integer

None.

FormFieldID

integer

None.

GroupID

string

None.

Result

string

None.

FiledID

string

None.

FiledType

string

None.

ProjectID

integer

None.

StaffID

integer

None.

ClientID

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "FormID": 1,
  "FormFieldID": 1,
  "GroupID": "sample string 2",
  "Result": "sample string 3",
  "FiledID": "sample string 4",
  "FiledType": "sample string 5",
  "ProjectID": 1,
  "StaffID": 1,
  "ClientID": 1,
  "CreatedDate": "2026-06-30T14:13:16.8226109+01:00",
  "UpdatedDate": "2026-06-30T14:13:16.8226109+01:00",
  "UpdatedBy": 1,
  "CreatedBy": 1
}

text/xml

Sample:
<FormFieldDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <ClientID>1</ClientID>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:13:16.8226109+01:00</CreatedDate>
  <FiledID>sample string 4</FiledID>
  <FiledType>sample string 5</FiledType>
  <FormFieldID>1</FormFieldID>
  <FormID>1</FormID>
  <GroupID>sample string 2</GroupID>
  <ID>1</ID>
  <ProjectID>1</ProjectID>
  <Result>sample string 3</Result>
  <StaffID>1</StaffID>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:13:16.8226109+01:00</UpdatedDate>
</FormFieldDataModel>

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

Response Information

Resource Description

FormFieldData
NameDescriptionTypeAdditional information
ID

integer

None.

FormID

integer

None.

FormFieldID

integer

None.

ProjectID

integer

None.

GroupID

string

None.

Result

string

None.

CreatedDate

date

None.

StaffID

integer

None.

ClientID

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

tblForm

tblForm

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'DataModel.Entity.AllForm'. Path 'tblForm.AllForm.ParamMaster.AllForms'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'DataModel.Entity.AllForm'. Path 'tblForm.AllForm.ParamMaster.AllForms'.

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 'DataModel.Entity.AllForm' contains cycles and cannot be serialized if reference tracking is disabled.