PUT api/Desisstype_Controller/UpdateDesisstype/{desisstype_id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
DesisstypeModel
No documentation available.

Define this parameter in the request body.

desisstype_id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "desisstype_id": 1,
  "desisstype_code": "sample string 2",
  "Description": "sample string 3",
  "Class": "sample string 4",
  "Status": 5,
  "status_name": "sample string 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 'DesisstypeModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.