POST api/Form_Builder/insert_update_deleteMasterField

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsMasterField
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Master_Field_id": 2,
  "Master_Field_Type": "sample string 3",
  "Action": 4,
  "Created_On": "2025-01-08T07:24:08.3740188+05:30",
  "Created_By": 6
}

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