PUT api/CasteDetails/UpdateCaste/{Caste_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CasteModel
No documentation available.

Define this parameter in the request body.

Caste_Id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "Caste_Id": 1,
  "relg_id": 2,
  "Rlg_Id": 3,
  "caste_code": "sample string 4",
  "caste_name": "sample string 5",
  "caste_category": 6,
  "code_value": "sample string 7",
  "created_by": 8,
  "Rlg_Name": "sample string 9",
  "created_date": "2025-12-07T08:00:59.1006082+05:30",
  "modified_by": 11,
  "modified_date": "2025-12-07T08:00:59.1006082+05:30",
  "Inactive": "sample string 13",
  "deleted_by": 14,
  "deleted_date": "2025-12-07T08:00:59.1006082+05:30",
  "fix_code_id": 16,
  "ReligionModel": [
    {
      "Relg_Name": "sample string 1",
      "Rlg_Id": 2
    },
    {
      "Relg_Name": "sample string 1",
      "Rlg_Id": 2
    },
    {
      "Relg_Name": "sample string 1",
      "Rlg_Id": 2
    }
  ],
  "Caste_Category": [
    {
      "fix_code_id": 1,
      "code_value": "sample string 2"
    },
    {
      "fix_code_id": 1,
      "code_value": "sample string 2"
    },
    {
      "fix_code_id": 1,
      "code_value": "sample string 2"
    }
  ]
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.