PUT api/DesignationDetails/UpdateDesignation/{Dsc_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| DesignationModel | No documentation available. |
Define this parameter in the request body. |
| Dsc_Id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Dsc_Code": "sample string 1",
"Dsc_Id": 2,
"Dsc_Name": "sample string 3",
"Desg_gen": 4,
"Desg_371j": 5
}
application/xml, text/xml
Sample:
<DesignationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Desg_371j>5</Desg_371j> <Desg_gen>4</Desg_gen> <Dsc_Code>sample string 1</Dsc_Code> <Dsc_Id>2</Dsc_Id> <Dsc_Name>sample string 3</Dsc_Name> </DesignationModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.