GET api/Inventory/GetAllByCategoryId/{Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response 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:28:01.3445568+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:28:01.3445568+05:30",
    "ModifiedBy": 22,
    "ModifiedDate": "2025-12-08T13:28:01.3445568+05:30",
    "Operation": 1,
    "Comments": "sample string 24"
  },
  {
    "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:28:01.3445568+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:28:01.3445568+05:30",
    "ModifiedBy": 22,
    "ModifiedDate": "2025-12-08T13:28:01.3445568+05:30",
    "Operation": 1,
    "Comments": "sample string 24"
  },
  {
    "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:28:01.3445568+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:28:01.3445568+05:30",
    "ModifiedBy": 22,
    "ModifiedDate": "2025-12-08T13:28:01.3445568+05:30",
    "Operation": 1,
    "Comments": "sample string 24"
  }
]