Error Log Details

Detailed view of error information

Error Information

Error ID: 2826c87e-f720-43d9-b2b9-628d70a46aed

Project: Rent Axis Beta

Method: VendorPricingServiceRepository.SaveVendorPriceDetails()

Date: 2026-08-05 19:01:41

Session ID: 72cd072e-9c5e-4842-bea0-8e75d91212dd View Session Details

Error Message
Object cannot be cast from DBNull to other types. | 
Stack Trace
   at System.DBNull.System.IConvertible.ToInt32(IFormatProvider provider)
   at RentAxis.Infrastructure.Repositories.Inventory.VendorManagement.VendorPricingServiceRepository.SaveVendorPriceDetails(List`1 requestList)
Request Data
[
  {
    "VendorMaterialPricingID": 0,
    "VendorID": 2,
    "MaterialID": 14,
    "Price": 80.0,
    "LastUpdatedBy": 1,
    "LastUpdatedDate": "0001-01-01T00:00:00"
  },
  {
    "VendorMaterialPricingID": 0,
    "VendorID": 2,
    "MaterialID": 15,
    "Price": 80.0,
    "LastUpdatedBy": 1,
    "LastUpdatedDate": "0001-01-01T00:00:00"
  }
]