PUT api/Departs/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| departM | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DepartID": 1,
"DepartName": "sample string 2",
"DepartNameE": "sample string 3",
"ManageID": 1,
"ManageName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.