POST api/Service_Master/schem_mapping_Ins

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objSchem_Mapping
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "master_serviceid": "sample string 1",
    "schem_mappingid": "sample string 2",
    "entityid": "sample string 3",
    "schem_code": "sample string 4",
    "description": "sample string 5",
    "created_by": "sample string 6",
    "Dml_Indicator": "sample string 7",
    "is_active_now": "sample string 8",
    "scheme_status": "sample string 9"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.