POST api/Inventory/Edit_Inventory

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
InventoryModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MONGODBNAME": "sample string 1",
  "Inventorydetails": "sample string 1",
  "InvoiceId": 1,
  "ACCOUNTS_NAME": "sample string 2",
  "YearName": "sample string 3",
  "Inventory_SparePartsID": 4,
  "Inventory_Date": "2025-12-08T13:26:28.26678+05:30",
  "Quantity": 6.0,
  "PrevQuantity": 7.0,
  "IsLiquid": 8,
  "CategID": 9,
  "BranchId": 10,
  "Inventory_Status": 11,
  "SpareName": "sample string 12",
  "VendorId": 13,
  "VehicleNo": "sample string 14",
  "Amount": 15.0,
  "Financialyear_ID": 16,
  "CategId": 17,
  "Id": 18,
  "VEHICLES_ID": 19,
  "CreatedBy": 20,
  "CreatedDate": "2025-12-08T13:26:28.26678+05:30",
  "ModifiedBy": 22,
  "ModifiedDate": "2025-12-08T13:26:28.26678+05:30",
  "Operation": 1,
  "Comments": "sample string 24"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true