PUT api/FileMovement/UpdateFileMovement/{FM_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "2024-12-27T06:53:50.048015+05:30",
  "FM_Note": "sample string 5",
  "FM_Status": "sample string 6",
  "Department_Name": "sample string 7"
}

application/xml, text/xml

Sample:
<FileMovementModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <Department_Name>sample string 7</Department_Name>
  <FM_DateTime>2024-12-27T06:53:50.048015+05:30</FM_DateTime>
  <FM_Dep_Id_FK>3</FM_Dep_Id_FK>
  <FM_Id>1</FM_Id>
  <FM_Note>sample string 5</FM_Note>
  <FM_Number>sample string 2</FM_Number>
  <FM_Status>sample string 6</FM_Status>
</FileMovementModels>

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, application/xml, text/xml

Sample:

Sample not available.