POST api/OccupationMaster/insert_update_deleteOccupationMaster

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsOccupationMaster
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,
  "Orgid": 3,
  "Branchid": 4,
  "Occupationname": "sample string 5",
  "Remarks": "sample string 6",
  "Status": 7,
  "Created_by": 8,
  "Created_on": "sample string 9",
  "Updated_by": 10,
  "Updated_on": "sample string 11"
}

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