POST api/ExpensesIncurred/UPDATE_Expenses

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ExpenseIncurredModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MONGODBNAME": "sample string 1",
  "FromDate": "sample string 1",
  "ToDate": "sample string 2",
  "InvoiceAmount": "sample string 3",
  "InsuranceName": "sample string 4",
  "Days": 5,
  "VehicleNo": 6,
  "VoucherType": "sample string 7",
  "VehicleNoName": "sample string 8",
  "VoucherDate": "2025-12-08T13:28:00.3289875+05:30",
  "ExpenseTypeName": "sample string 10",
  "VoucherExpenseType": "sample string 11",
  "CashId": 12,
  "CashName": "sample string 13",
  "BankId": 14,
  "BankName": "sample string 15",
  "VendorId": 16,
  "VendorName": "sample string 17",
  "ExpensesDetails": "sample string 18",
  "ExpenseCategoryId": 19,
  "ExpenseStatus": 20,
  "CategId": 21,
  "Id": 22,
  "VEHICLES_ID": 23,
  "CreatedBy": 24,
  "CreatedDate": "2025-12-08T13:28:00.3289875+05:30",
  "ModifiedBy": 26,
  "ModifiedDate": "2025-12-08T13:28:00.3289875+05:30",
  "Operation": 1,
  "Comments": "sample string 28"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true