POST api/Form_Builder/insert_update_deleteFormMapping

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjclsFormMapping
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,
  "Branch_id": "sample string 4",
  "Department_id": "sample string 5",
  "Subdepartment_id": "sample string 6",
  "pageid": 7,
  "Activefrom": "sample string 8",
  "ActiveTo": "sample string 9"
}

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