POST api/Form_Builder/insert_update_deleteFormmasterdata

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsFormmasterdata
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Id": 2,
  "Formid": 3,
  "Versionid": 4,
  "Responsedata": "sample string 5",
  "Status": 6,
  "Createdby": 7,
  "Updatedby": 8,
  "Createdon": "sample string 9",
  "Updatedon": "sample string 10"
}

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