PUT api/FileMovement/UpdateFileMovement/{FM_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| FM_Id | No documentation available. |
Define this parameter in the request URI. |
| filemovmodels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FM_Id": 1,
"FM_Number": "sample string 2",
"FM_Dep_Id_FK": 3,
"FM_DateTime": "2025-12-07T08:11:37.4507706+05:30",
"FM_Note": "sample string 5",
"FM_Status": "sample string 6",
"Department_Name": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.