POST api/FileMovement/CreateFileMovement

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
filemove
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:42.2726153+05:30",
  "FM_Note": "sample string 5",
  "FM_Status": "sample string 6",
  "Department_Name": "sample string 7"
}

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 'FileMovementModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.