PUT api/Desisstype_Controller/UpdateDesisstype/{desisstype_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.